Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PStmtKey
Packages that use PStmtKey
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 PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as PStmtKeyModifier and TypeFieldDescriptionprivate final PStmtKey
PoolableCallableStatement.key
Key for this statement in the containingKeyedObjectPool
.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type PStmtKeyModifier 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 PStmtKeyModifier and TypeMethodDescriptionprotected PStmtKey
Creates a PStmtKey for the given arguments.protected PStmtKey
protected PStmtKey
Creates a PStmtKey for the given arguments.protected PStmtKey
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection.createKey
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection.createKey
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection.createKey
(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.protected PStmtKey
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection.createKey
(String sql, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKeyModifier 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.PoolingConnection.makeObject
(PStmtKey key) KeyedPooledObjectFactory
method for creatingPoolablePreparedStatement
s orPoolableCallableStatement
s.void
PoolingConnection.passivateObject
(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) boolean
PoolingConnection.validateObject
(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) KeyedPooledObjectFactory
method for validating pooled statements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKeyModifier and TypeMethodDescriptionvoid
PoolingConnection.setStatementPool
(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool) Sets the prepared statement pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKeyModifierConstructorDescriptionPoolableCallableStatement
(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection) Constructor.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKeyModifierConstructorDescriptionPoolableCallableStatement
(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection) Constructor. -
Uses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Subclasses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapterFields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type PStmtKeyMethods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return PStmtKeyModifier and TypeMethodDescriptionprotected PStmtKey
Creates aPStmtKey
for the given arguments.protected PStmtKey
Creates aPStmtKey
for the given arguments.protected PStmtKey
Creates aPStmtKey
for the given arguments.protected PStmtKey
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl.createKey
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl.createKey
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl.createKey
(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) Creates aPStmtKey
for the given arguments.protected PStmtKey
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl.createKey
(String sql, PoolingConnection.StatementType statementType) Creates aPStmtKey
for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with parameters of type PStmtKeyModifier 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.PooledConnectionImpl.makeObject
(PStmtKey key) MyKeyedPooledObjectFactory
method for creatingPreparedStatement
s.void
PooledConnectionImpl.passivateObject
(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactory
method for passivatingPreparedStatement
s.boolean
PooledConnectionImpl.validateObject
(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactory
method for validatingPreparedStatement
s.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type arguments of type PStmtKeyModifier and TypeMethodDescriptionvoid
PooledConnectionImpl.setStatementPool
(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> statementPool)
PStmtKey
.