Package | Description |
---|---|
oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work
with JDBC connections and a connection pool.
|
oracle.ucp.jdbc.oracle |
Includes various runtime statistics for the Universal Connection Pool
that are specific to Oracle JDBC resources.
|
Class and Description |
---|
ConnectionInitializationCallback
This callback allows applications and frameworks to initialize
connections retrieved from Universal Connection Pool using
common actions, before the connections are put to use.
|
JDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool
that are specific to JDBC resources.
|
PoolDataSource
A connection pool-aware data source interface.
|
PoolDataSourceImpl
A connection pool-aware data source.
|
PoolXADataSource
A Universal Connection Pool-enabled XA data source.
|
UCPConnectionBuilder
A builder created from a
PoolDataSource object, used to get a
connection to the database that the PoolDataSource object
represents. |
UCPXAConnectionBuilder
A builder created from a
PoolXADataSource object, used to get a
connection to the database that the PoolXADataSource object
represents. |
Class and Description |
---|
JDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool
that are specific to JDBC resources.
|