H2Program

This class represents a prepared statement.

Methods
void bindBlob(int index, byte[] value)
Set the specified parameter value.
void bindBlob(int index, byte[] value)
Set the specified parameter value.
Parameters:
index - the parameter index (0, 1,...)
value - the new value
void bindDouble(int index, double value)
Set the specified parameter value.
void bindDouble(int index, double value)
Set the specified parameter value.
Parameters:
index - the parameter index (0, 1,...)
value - the new value
void bindLong(int index, long value)
Set the specified parameter value.
void bindLong(int index, long value)
Set the specified parameter value.
Parameters:
index - the parameter index (0, 1,...)
value - the new value
void bindNull(int index)
Set the specified parameter to NULL.
void bindNull(int index)
Set the specified parameter to NULL.
Parameters:
index - the parameter index (0, 1,...)
void bindString(int index, String value)
Set the specified parameter value.
void bindString(int index, String value)
Set the specified parameter value.
Parameters:
index - the parameter index (0, 1,...)
value - the new value
void clearBindings()
Reset all parameter values.
void clearBindings()
Reset all parameter values.
void close()
Close the statement.
void close()
Close the statement.
int getUniqueId()
Get the unique id of this statement.
int getUniqueId()
Get the unique id of this statement.
Returns:
the id
void onAllReferencesReleased()
TODO
void onAllReferencesReleased()
TODO
void onAllReferencesReleasedFromContainer()
TODO
void onAllReferencesReleasedFromContainer()
TODO

Fields
static Prepared prepared

prepared

The prepared statement