Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingPreparedStatement
Packages that use DelegatingPreparedStatement
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
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.dbcp2Modifier and TypeClassDescriptionclass
A base delegating implementation ofCallableStatement
.class
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.class
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type DelegatingPreparedStatementModifier and TypeFieldDescriptionprivate final KeyedObjectPool
<PStmtKey, DelegatingPreparedStatement> PoolableCallableStatement.pool
TheKeyedObjectPool
from which this CallableStatement was obtained.PoolingConnection.pstmtPool
Pool ofPreparedStatement
s.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionPoolingConnection.makeObject
(PStmtKey key) KeyedPooledObjectFactory
method for creatingPoolablePreparedStatement
s orPoolableCallableStatement
s.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionvoid
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 DelegatingPreparedStatementModifierConstructorDescriptionPoolableCallableStatement
(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool, DelegatingConnection<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 DelegatingPreparedStatementMethods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return types with arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionPooledConnectionImpl.makeObject
(PStmtKey key) MyKeyedPooledObjectFactory
method for creatingPreparedStatement
s.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionvoid
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.