H2Statement
Represents a prepared statement.
| Methods |
| void |
execute()
Execute the statement.
|
| void |
execute()
Execute the statement.
|
| long |
executeInsert()
Execute the insert statement and return the id of the inserted row.
|
| long |
executeInsert()
Execute the insert statement and return the id of the inserted row.
Returns:
the id of the inserted row
|
| long |
simpleQueryForLong()
Execute the query and return the value of the first column and row as a
long.
|
| long |
simpleQueryForLong()
Execute the query and return the value of the first column and row as a
long.
Returns:
the value
|
| String |
simpleQueryForString()
Execute the query and return the value of the first column and row as a
string.
|
| String |
simpleQueryForString()
Execute the query and return the value of the first column and row as a
string.
Returns:
the value
|