protected class AxionPreparedStatement.Parameters
extends java.lang.Object
Constructor and Description |
---|
Parameters(int size) |
Modifier and Type | Method and Description |
---|---|
void |
assertBindVariablesSet() |
void |
clearBindings() |
java.lang.Object |
get(int i)
Get the value of parameter i.
|
java.lang.Object[] |
getValues() |
void |
set(int i,
java.lang.Object val)
Set the value of parameter i to
val.
|
int |
size()
Return the number of parameters I contain.
|
public java.lang.Object get(int i)
public void set(int i, java.lang.Object val) throws java.sql.SQLException
java.sql.SQLException
public void assertBindVariablesSet() throws java.sql.SQLException
java.sql.SQLException
public final void clearBindings()
public int size()
public java.lang.Object[] getValues()