| java.lang.Object org.lateralnz.c3d.DCStatement
All known Subclasses: org.lateralnz.c3d.DCPreparedStatement,
Constructor Summary | |
| DCStatement(DCConnection conn, int resultsetType, int resultsetConcurrency, int resultsetHoldability) create a statement using the specified parameters. |
CALLABLE | final protected static int CALLABLE(Code) | | |
PREPARED | final protected static int PREPARED(Code) | | |
STATEMENT | final protected static int STATEMENT(Code) | | |
autoGeneratedKeys | protected int autoGeneratedKeys(Code) | | |
insertKeyColumnIndexes | protected int[] insertKeyColumnIndexes(Code) | | |
nocaching | protected boolean nocaching(Code) | | |
resultsetConcurrency | protected int resultsetConcurrency(Code) | | |
resultsetHoldability | protected int resultsetHoldability(Code) | | |
resultsetType | protected int resultsetType(Code) | | |
statementType | protected int statementType(Code) | | |
updateCount | protected int updateCount(Code) | | |
DCStatement | DCStatement(DCConnection conn, int resultsetType, int resultsetConcurrency, int resultsetHoldability)(Code) | | create a statement using the specified parameters. Note that resultset type,
concurrency and holdability are basically ignored by this statement, but passed
through if a real statement (connection to the DB) is required.
|
setEscapeProcessing | public void setEscapeProcessing(boolean param) throws SQLException(Code) | | |
|
|