org.axiondb.jdbc
Class AxionPreparedStatement.Parameters
java.lang.Object
org.axiondb.jdbc.AxionPreparedStatement.Parameters
- Enclosing class:
- AxionPreparedStatement
protected class AxionPreparedStatement.Parameters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxionPreparedStatement.Parameters
public AxionPreparedStatement.Parameters(int size)
get
public Object get(int i)
- Get the value of parameter i.
Note that the index is zero-based.
set
public void set(int i,
Object val)
throws SQLException
- Set the value of parameter i to
val.
Note that the index is zero-based.
- Throws:
SQLException
assertBindVariablesSet
public void assertBindVariablesSet()
throws SQLException
- Throws:
SQLException
clearBindings
public final void clearBindings()
size
public int size()
- Return the number of parameters I contain.
getValues
public Object[] getValues()