public class H2Query extends H2Program
| Modifier and Type | Method and Description |
|---|---|
void |
bindDouble(int index,
double value)
Set the specified parameter value.
|
void |
bindLong(int index,
long value)
Set the specified parameter value.
|
void |
bindNull(int index)
Set the specified parameter to NULL.
|
void |
bindString(int index,
java.lang.String value)
Set the specified parameter value.
|
void |
close()
Close the statement.
|
bindBlob, clearBindings, getUniqueId, onAllReferencesReleased, onAllReferencesReleasedFromContaineracquireReference, releaseReference, releaseReferenceFromContainerpublic void bindDouble(int index,
double value)
bindDouble in class H2Programindex - the parameter index (0, 1,...)value - the new valuepublic void bindLong(int index,
long value)
public void bindNull(int index)
public void bindString(int index,
java.lang.String value)
bindString in class H2Programindex - the parameter index (0, 1,...)value - the new value