java.lang.Objectorg.apache.commons.dbcp.AbandonedTrace
org.apache.commons.dbcp.DelegatingStatement
org.apache.commons.dbcp.DelegatingPreparedStatement
org.apache.commons.dbcp.PoolablePreparedStatement
org.apache.commons.dbcp.cpdsadapter.PoolablePreparedStatementStub
All Implemented Interfaces:
PreparedStatement, Statement
John - D. McNally$ - Revision: 479137 $ $Date: 2006-11-25 08:51:48 -0700 (Sat, 25 Nov 2006) $| Fields inherited from org.apache.commons.dbcp.PoolablePreparedStatement: |
|---|
| _pool, _key |
| Fields inherited from org.apache.commons.dbcp.DelegatingPreparedStatement: |
|---|
| _stmt |
| Fields inherited from org.apache.commons.dbcp.DelegatingStatement: |
|---|
| _stmt, _conn, _closed |
| Constructor: |
|---|
|
| Method from org.apache.commons.dbcp.cpdsadapter.PoolablePreparedStatementStub Summary: |
|---|
| activate, passivate |
| Methods from org.apache.commons.dbcp.PoolablePreparedStatement: |
|---|
| activate, close, passivate |
| Methods from org.apache.commons.dbcp.DelegatingPreparedStatement: |
|---|
| addBatch, clearParameters, equals, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDelegate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL, setUnicodeStream, toString |
| Methods from org.apache.commons.dbcp.DelegatingStatement: |
|---|
| activate, addBatch, cancel, checkOpen, clearBatch, clearWarnings, close, equals, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getDelegate, getFetchDirection, getFetchSize, getGeneratedKeys, getInnermostDelegate, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, handleException, hashCode, isClosed, passivate, setCursorName, setDelegate, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, toString |
| Methods from org.apache.commons.dbcp.AbandonedTrace: |
|---|
| addTrace, clearTrace, getConfig, getLastUsed, getTrace, printStackTrace, removeTrace, setLastUsed, setLastUsed, setStackTrace |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.dbcp.cpdsadapter.PoolablePreparedStatementStub Detail: |
|---|
|
|