Package | Description |
---|---|
org.datanucleus.store.rdbms.datasource.dbcp2 |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
Modifier and Type | Class and Description |
---|---|
class |
PoolableConnection
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
class |
PoolingConnection
A
DelegatingConnection that pools PreparedStatement s. |
Modifier and Type | Method and Description |
---|---|
protected DelegatingConnection<?> |
DelegatingStatement.getConnectionInternal() |
Constructor and Description |
---|
DelegatingCallableStatement(DelegatingConnection<?> c,
CallableStatement s)
Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
|
DelegatingDatabaseMetaData(DelegatingConnection<?> c,
DatabaseMetaData m) |
DelegatingPreparedStatement(DelegatingConnection<?> c,
PreparedStatement s)
Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
|
DelegatingStatement(DelegatingConnection<?> c,
Statement s)
Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
|
PoolableCallableStatement(CallableStatement stmt,
PStmtKey key,
KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool,
DelegatingConnection<Connection> conn)
Constructor.
|
PoolablePreparedStatement(PreparedStatement stmt,
K key,
KeyedObjectPool<K,PoolablePreparedStatement<K>> pool,
DelegatingConnection<?> conn)
Constructor
|
Copyright © 2019. All rights reserved.