Sets the specified parameter to the given whole number in the specified prepared statement object.
Syntax
setLong( preparedstatement , index , long )
preparedstatement.setLong( index , long )
Parameters
preparedstatement
|
the statement object to use.
|
index
|
the index of the column to set.
|
long
|
the long value to use.
|
Returns
Example
pstmt.setsetLong( 1, l )
|