Db.Prepared
This class represents a prepared statement.
| Methods |
| void |
execute()
Execute the prepared statement.
|
| void |
execute()
Execute the prepared statement.
|
| List |
query()
Execute the prepared query.
|
| List |
query()
Execute the prepared query.
Returns:
the result list
|
| Db.Prepared |
set(int x)
Set the value of the current parameter.
|
| Db.Prepared |
set(int x)
Set the value of the current parameter.
Parameters:
x - the value
Returns:
itself
|
| Db.Prepared |
set(String x)
Set the value of the current parameter.
|
| Db.Prepared |
set(String x)
Set the value of the current parameter.
Parameters:
x - the value
Returns:
itself
|
| Db.Prepared |
set(byte[] x)
Set the value of the current parameter.
|
| Db.Prepared |
set(byte[] x)
Set the value of the current parameter.
Parameters:
x - the value
Returns:
itself
|
| Db.Prepared |
set(InputStream x)
Set the value of the current parameter.
|
| Db.Prepared |
set(InputStream x)
Set the value of the current parameter.
Parameters:
x - the value
Returns:
itself
|