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 and Description |
---|---|
class |
ConnectionPoolDataSourceConnectionFactoryAdapter
The connection factory adapter for
javx.sql.ConnectionPoolDataSource . |
class |
DataSourceConnectionFactoryAdapter
The connection factory adapter for
javx.sql.DataSource . |
class |
DriverConnectionFactoryAdapter
The connection factory adapter for
java.sql.Driver . |
class |
XADataSourceConnectionFactoryAdapter
The connection factory adapter for
javax.sql.XADataSources . |
Modifier and Type | Method and Description |
---|---|
protected void |
XAConnectionConnectionPool.validateConstructor(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Makes sure the constructor is valid.
|
protected void |
PooledConnectionConnectionPool.validateConstructor(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Makes sure the constructor is valid.
|
Constructor and Description |
---|
ConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
JDBCConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
PooledConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
XAConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleConnectionPoolDataSourceConnectionFactoryAdapter
The connection factory adapter for Oracle's JDBC implementation of
javx.sql.ConnectionPoolDataSource . |
class |
OracleDataSourceConnectionFactoryAdapter
The connection factory adapter for Oracle's JDBC javx.sql.DataSource
implementation.
|
class |
OracleDriverConnectionFactoryAdapter
The connection factory adapter for Oracle's JDBC java.sql.Driver
implementation.
|
class |
OracleXADataSourceConnectionFactoryAdapter
The connection factory adapter for Oracle's JDBC
javax.sql.XADataSources implementation. |
class |
ReplayDataSourceConnectionFactoryAdapter
The connection factory adapter for Oracle's JDBC javx.sql.DataSource
implementation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OracleXAConnectionConnectionPool.validateConstructor(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Makes sure the constructor is valid.
|
Constructor and Description |
---|
OracleConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
OracleJDBCConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
OraclePooledConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
OracleReplayableConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
OracleXAConnectionConnectionPool(JDBCConnectionFactoryAdapter connectionFactoryAdapter)
Constructor.
|
Copyright © 2008, 2017, Oracle. All rights reserved.