ISQLProgram
Functions
Bind a byte array value to this statement. The value remains bound until clearBindings is called.
Bind a byte array value to this statement by parameter name. The value remains bound until clearBindings is called.
Bind a double value to this statement. The value remains bound until clearBindings is called.
Bind a double value to this statement by parameter name. The value remains bound until clearBindings is called.
Bind an integer value to this statement. The value remains bound until clearBindings is called.
Bind an integer value to this statement by parameter name. The value remains bound until clearBindings is called.
Bind a long value to this statement. The value remains bound until clearBindings is called.
Bind a long value to this statement by parameter name. The value remains bound until clearBindings is called.
Bind a null value to this statement. The value remains bound until clearBindings is called.
Bind a null value to this statement by parameter name. The value remains bound until clearBindings is called.
Bind a String value to this statement. The value remains bound until clearBindings is called.
Bind a String value to this statement by parameter name. The value remains bound until clearBindings is called.
Clears all existing bindings. Unset bindings are treated as null.