|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.db.Db.Prepared
public static class Db.Prepared
This class represents a prepared statement.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Db.Prepared set(int x)
x
- the value
public Db.Prepared set(java.lang.String x)
x
- the value
public Db.Prepared set(byte[] x)
x
- the value
public Db.Prepared set(java.io.InputStream x)
x
- the value
public void execute()
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> query()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |