Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingPreparedStatement
-
Packages that use DelegatingPreparedStatement Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2 Modifier and Type Class Description class
DelegatingCallableStatement
A base delegating implementation ofCallableStatement
.class
PoolableCallableStatement
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.class
PoolablePreparedStatement<K>
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type DelegatingPreparedStatement Modifier and Type Field Description private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>
PoolableCallableStatement. pool
TheKeyedObjectPool
from which this CallableStatement was obtained.private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>
PoolingConnection. pstmtPool
Pool ofPreparedStatement
s.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type DelegatingPreparedStatement Modifier and Type Method Description PooledObject<DelegatingPreparedStatement>
PoolingConnection. makeObject(PStmtKey key)
KeyedPooledObjectFactory
method for creatingPoolablePreparedStatement
s orPoolableCallableStatement
s.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatement Modifier and Type Method Description void
PoolingConnection. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
KeyedPooledObjectFactory
method for activating pooled statements.void
PoolingConnection. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
KeyedPooledObjectFactory
method for destroying PoolablePreparedStatements and PoolableCallableStatements.void
PoolingConnection. passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
void
PoolingConnection. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool)
Sets the prepared statement pool.boolean
PoolingConnection. validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
KeyedPooledObjectFactory
method for validating pooled statements.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatement Constructor Description PoolableCallableStatement(java.sql.CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<java.sql.Connection> connection)
Constructor. -
Uses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type DelegatingPreparedStatement Modifier and Type Field Description private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>
PooledConnectionImpl. pStmtPool
My pool ofPreparedStatement
s.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return types with arguments of type DelegatingPreparedStatement Modifier and Type Method Description PooledObject<DelegatingPreparedStatement>
PooledConnectionImpl. makeObject(PStmtKey key)
MyKeyedPooledObjectFactory
method for creatingPreparedStatement
s.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type arguments of type DelegatingPreparedStatement Modifier and Type Method Description void
PooledConnectionImpl. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
MyKeyedPooledObjectFactory
method for activatingPreparedStatement
s.void
PooledConnectionImpl. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
MyKeyedPooledObjectFactory
method for destroyingPreparedStatement
s.void
PooledConnectionImpl. passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
MyKeyedPooledObjectFactory
method for passivatingPreparedStatement
s.void
PooledConnectionImpl. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> statementPool)
boolean
PooledConnectionImpl. validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
MyKeyedPooledObjectFactory
method for validatingPreparedStatement
s.
-