public class H2Statement extends H2Program
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the statement.
|
long |
executeInsert()
Execute the insert statement and return the id of the inserted row.
|
long |
simpleQueryForLong()
Execute the query and return the value of the first column and row as a
long.
|
java.lang.String |
simpleQueryForString()
Execute the query and return the value of the first column and row as a
string.
|
bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, close, getUniqueId, onAllReferencesReleased, onAllReferencesReleasedFromContaineracquireReference, releaseReference, releaseReferenceFromContainerpublic void execute()
public long executeInsert()
public long simpleQueryForLong()
public java.lang.String simpleQueryForString()