| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConnectionConnectionPool |
A JDBC connection pool that pools
java.sql.Connection objects. |
class |
PooledConnectionConnectionPool |
A JDBC connection pool that pools
javax.sql.PooledConnection
objects. |
class |
XAConnectionConnectionPool |
A JDBC connection pool that pools
javax.sql.XAConnection
objects. |
| Modifier and Type | Field | Description |
|---|---|---|
protected JDBCConnectionPool |
PoolDataSourceImpl.m_cp |
| Constructor | Description |
|---|---|
JDBCConnectionPoolStatisticsImpl(JDBCConnectionPool cp) |
|
JDBCUniversalPooledConnection(JDBCConnectionPool connectionPool,
Object connection,
ConnectionRetrievalInfo connectionRetrievalInfo,
boolean connectionFailoverEnabled) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleConnectionConnectionPool |
Oracle-specific JDBC pool that handles JDBC Connections.
|
class |
OracleJDBCConnectionPool |
Base class for Oracle-specific JDBC connection pools.
|
class |
OraclePooledConnectionConnectionPool |
Oracle-specific JDBC pool that handles JDBC pooled connections.
|
class |
OracleReplayableConnectionConnectionPool |
Oracle-specific JDBC pool that handles JDBC Connections.
|
class |
OracleXAConnectionConnectionPool |
Oracle-specific JDBC pool that handles JDBC XA connections.
|
| Constructor | Description |
|---|---|
OracleUniversalPooledConnection(JDBCConnectionPool connectionPool,
Object connection,
ConnectionRetrievalInfo connectionRetrievalInfo,
boolean connectionFailoverEnabled) |
Constructor.
|
Copyright © 2008, 2017, Oracle. All rights reserved.