org.apache.commons.dbcp
Class PoolablePreparedStatement
- PreparedStatement, Statement
public class PoolablePreparedStatement
implements PreparedStatement
$Revision: 1.11 $ $Date: 2004/03/07 10:50:37 $- Rodney Waldhoff
- Glenn L. Nielsen
- James House
- Dirk Verbeeck
void | close() - Return me to my pool.
|
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 |
addBatch , cancel , 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 , hashCode , setCursorName , setDelegate , setEscapeProcessing , setFetchDirection , setFetchSize , setMaxFieldSize , setMaxRows , setQueryTimeout |
PoolablePreparedStatement
public PoolablePreparedStatement(PreparedStatement stmt,
Object key,
KeyedObjectPool pool,
Connection conn)
Constructor
stmt
- my underlying PreparedStatement
key
- my key" as used by KeyedObjectPool
pool
- the KeyedObjectPool
from which I was obtained.conn
- the Connection
from which I was created
Copyright © 2001-2003 Apache Software Foundation. Documenation generated April 3 2007.