org.axiondb.jdbc
public abstract class BaseAxionStatement extends Object implements Statement
Version: $Revision: 1.10 $ $Date: 2005/12/20 18:32:27 $
Field Summary | |
---|---|
protected ArrayList | _batchContext |
protected SQLWarning | _warning |
Constructor Summary | |
---|---|
protected | BaseAxionStatement(AxionConnection conn) |
Method Summary | |
---|---|
protected void | addToBatchContext(Object obj) |
protected void | assertOpen() |
protected void | clearBatchContext() |
protected void | clearConnection() |
protected void | clearCurrentResult() |
protected int | clearCurrentUpdateCount() |
void | close() |
protected void | closeCurrentResultSet() |
protected AxionConnection | getAxionConnection() |
protected Iterator | getBatchContext() |
protected int | getBatchCount() |
Connection | getConnection() |
protected AxionResultSet | getCurrentResultSet() |
protected int | getCurrentUpdateCount() |
protected Database | getDatabase() |
int | getMaxRows() |
protected boolean | hasCurrentResultSet() |
AxionCommand | parseCommand(String sql) |
protected void | setCurrentResult(boolean isrset, AxionCommand cmd) |
protected void | setCurrentResultSet(AxionResultSet rset) |
protected void | setCurrentUpdateCount(int count) |
void | setMaxRows(int max) |
Parameters: rset the non- null
instance to set current ResultSet
to
See Also: BaseAxionStatement