Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » cpdsadapter » [javadoc | source]
org.apache.commons.dbcp.cpdsadapter
class: PoolablePreparedStatementStub [javadoc | source]
java.lang.Object
   org.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

A PoolablePreparedStatement stub since activate and passivate are declared protected and we need to be able to call them within this package.
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:
 public PoolablePreparedStatementStub(PreparedStatement stmt,
    Object key,
    KeyedObjectPool pool,
    Connection conn) 
    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:
 protected  void activate() throws SQLException 
 protected  void passivate() throws SQLException