public static class Db.Prepared
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the prepared statement.
|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
query()
Execute the prepared query.
|
Db.Prepared |
set(byte[] x)
Set the value of the current parameter.
|
Db.Prepared |
set(java.io.InputStream x)
Set the value of the current parameter.
|
Db.Prepared |
set(int x)
Set the value of the current parameter.
|
Db.Prepared |
set(java.lang.String x)
Set the value of the current parameter.
|
public Db.Prepared set(int x)
x - the valuepublic Db.Prepared set(java.lang.String x)
x - the valuepublic Db.Prepared set(byte[] x)
x - the valuepublic Db.Prepared set(java.io.InputStream x)
x - the valuepublic void execute()
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> query()