ISQLStatement
Functions
Link copied to clipboard
Bind a byte array value to this statement. The value remains bound until clearBindings is called.
Link copied to clipboard
Bind a double value to this statement. The value remains bound until clearBindings is called.
Link copied to clipboard
Bind an integer value to this statement. The value remains bound until clearBindings is called.
Link copied to clipboard
Bind a long value to this statement. The value remains bound until clearBindings is called.
Link copied to clipboard
Bind a null value to this statement. The value remains bound until clearBindings is called.
Link copied to clipboard
Bind a String value to this statement. The value remains bound until clearBindings is called.
Link copied to clipboard
Clears all existing bindings. Unset bindings are treated as null.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard