org.axiondb.jdbc
protected class AxionPreparedStatement.Parameters extends Object
Constructor Summary | |
---|---|
Parameters(int size) |
Method Summary | |
---|---|
void | assertBindVariablesSet() |
void | clearBindings() |
Object | get(int i)
Get the value of parameter i.
|
Object[] | getValues() |
void | set(int i, Object val)
Set the value of parameter i to
val.
|
int | size()
Return the number of parameters I contain. |