| 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 | Method and Description |
|---|---|
JDBCConnectionRetrievalInfo |
JDBCConnectionRetrievalInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionConnectionPool.getConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo)
Gets a
java.sql.Connection from the connection pool. |
PooledConnection |
PooledConnectionConnectionPool.getPooledConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo)
Gets a
javax.sql.PooledConnection from the connection pool. |
XAConnection |
XAConnectionConnectionPool.getXAConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo)
Gets a
javax.sql.XAConnection from the connection pool. |
| Constructor and Description |
|---|
JDBCConnectionRetrievalInfo(JDBCConnectionRetrievalInfo copyCri)
Copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleJDBCConnectionRetrievalInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardManagerImpl.connectionOpened(Connection conn,
JDBCConnectionRetrievalInfo cri) |
void |
ShardManager.connectionOpened(Connection conn,
JDBCConnectionRetrievalInfo cri)
Performs the required post-processing in the UCP datasource once a new
connection is created to a sharded database.
|
Connection |
OracleConnectionConnectionPool.getConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo)
Gets a
java.sql.Connection from the connection pool. |
Set<RACInstance> |
ShardManagerImpl.getInstancesForShardKey(JDBCConnectionRetrievalInfo cri) |
Set<RACInstance> |
ShardManager.getInstancesForShardKey(JDBCConnectionRetrievalInfo cri)
Retrieves a set of
RACInstance objects
corresponding to the shard keys specified via the connection retrieval
object. |
PooledConnection |
OraclePooledConnectionConnectionPool.getPooledConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo)
Gets a
javax.sql.PooledConnection from the connection pool. |
XAConnection |
OracleXAConnectionConnectionPool.getXAConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo)
Gets a
javax.sql.XAConnection from the connection pool. |
| Constructor and Description |
|---|
OracleJDBCConnectionRetrievalInfo(JDBCConnectionRetrievalInfo jdbcCRI,
String instanceName) |
Copyright © 2008, 2016, Oracle. All rights reserved.