Package | Description |
---|---|
org.apache.commons.dbcp2 |
Database Connection Pool API.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCallableStatement
A base delegating implementation of
CallableStatement . |
class |
DelegatingPreparedStatement
A base delegating implementation of
PreparedStatement . |
class |
PoolableCallableStatement
A
DelegatingCallableStatement that cooperates with
PoolingConnection to implement a pool of CallableStatement s. |
class |
PoolablePreparedStatement<K>
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.