| 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 | 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.
|
| DatasourceConfigManager |
class to manage datasource configuration with xml.
|
| JDBCConnectionFactoryAdapter |
The connection factory adapter for
javx.sql.DataSource. |
| JDBCConnectionPool |
Base JDBC connection pool.
|
| JDBCConnectionPoolStatistics |
Various runtime statistics for the Universal Connection Pool
that are specific to JDBC resources.
|
| JDBCConnectionRetrievalInfo |
The connection retrieval info object for JDBC resources.
|
| JDBCConnectionRetrievalInfo.Builder |
JDBCConnectionRetrievalInfo object builder class
|
| PoolDataSource |
A connection pool-aware data source interface.
|
| PoolDataSourceImpl |
A connection pool-aware data source.
|
| PooledConnectionConnectionPool |
A JDBC connection pool that pools
javax.sql.PooledConnection
objects. |
| 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 | Description |
|---|---|
| ConnectionPoolDataSourceConnectionFactoryAdapter |
The connection factory adapter for
javx.sql.ConnectionPoolDataSource. |
| DataSourceConnectionFactoryAdapter |
The connection factory adapter for
javx.sql.DataSource. |
| DriverConnectionFactoryAdapter |
The connection factory adapter for
java.sql.Driver. |
| JDBCConnectionFactoryAdapter |
The connection factory adapter for
javx.sql.DataSource. |
| JDBCConnectionPool |
Base JDBC connection pool.
|
| JDBCConnectionPoolStatistics |
Various runtime statistics for the Universal Connection Pool
that are specific to JDBC resources.
|
| JDBCConnectionPoolStatisticsImpl | |
| JDBCConnectionRetrievalInfo |
The connection retrieval info object for JDBC resources.
|
| JDBCUniversalPooledConnection | |
| XADataSourceConnectionFactoryAdapter |
The connection factory adapter for
javax.sql.XADataSources. |
Copyright © 2008, 2017, Oracle. All rights reserved.