java.lang.Objectorg.apache.commons.dbcp.TesterStatement
All Implemented Interfaces:
Statement
Direct Known Subclasses:
TesterPreparedStatement
Rodney - WaldhoffDirk - Verbeeck$ - Revision: 1.15 $ $Date: 2004/03/07 10:54:55 $| Field Summary | ||
|---|---|---|
| protected Connection | _connection | |
| protected boolean | _open | |
| protected int | _rowsUpdated | |
| protected boolean | _executeResponse | |
| protected int | _maxFieldSize | |
| protected int | _maxRows | |
| protected boolean | _escapeProcessing | |
| protected int | _queryTimeout | |
| protected String | _cursorName | |
| protected int | _fetchDirection | |
| protected int | _fetchSize | |
| protected int | _resultSetConcurrency | |
| protected int | _resultSetType | |
| protected ResultSet | _resultSet | |
| Constructor: |
|---|
|
|
| Method from org.apache.commons.dbcp.TesterStatement Summary: |
|---|
| addBatch, cancel, checkOpen, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.dbcp.TesterStatement Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|