Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PStmtKey
-
Packages that use PStmtKey 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 PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as PStmtKey Modifier and Type Field Description private PStmtKey
PoolableCallableStatement. key
Key for this statement in the containingKeyedObjectPool
.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type PStmtKey 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 PStmtKey Modifier and Type Method Description protected PStmtKey
PoolingConnection. createKey(java.lang.String sql)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int autoGeneratedKeys)
protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int[] columnIndexes)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, java.lang.String[] columnNames)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKey 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.PooledObject<DelegatingPreparedStatement>
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 PStmtKey Modifier and Type Method Description void
PoolingConnection. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool)
Sets the prepared statement pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKey Constructor Description PoolableCallableStatement(java.sql.CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<java.sql.Connection> connection)
Constructor.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKey Constructor Description PoolableCallableStatement(java.sql.CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<java.sql.Connection> connection)
Constructor. -
Uses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Subclasses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter Modifier and Type Class Description class
PStmtKeyCPDS
Deprecated.UsePStmtKey
.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type PStmtKey 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 PStmtKey Modifier and Type Method Description protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int autoGeneratedKeys)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int[] columnIndexes)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, java.lang.String[] columnNames)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, PoolingConnection.StatementType statementType)
Creates aPStmtKey
for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with parameters of type PStmtKey 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.PooledObject<DelegatingPreparedStatement>
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 PStmtKey Modifier and Type Method Description void
PooledConnectionImpl. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> statementPool)
-