| Servertec | setInt( ) | |
|
|
Sets the specified parameter to the given whole number in the specified prepared statement object. SyntaxsetInt( preparedstatement, index, integer )preparedstatement.setInt( index, integer ) Parameterspreparedstatement the statement object to use.index the index of the column to set. integer the integer value to use. ReturnsnothingExample
|
|
top of page
|