| 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 | Description |
|---|---|---|
JDBCConnectionRetrievalInfo |
JDBCConnectionRetrievalInfo.Builder.build() |
| Modifier and Type | Method | 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 | Description |
|---|---|
JDBCConnectionRetrievalInfo(JDBCConnectionRetrievalInfo copyCri) |
Copy constructor
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleJDBCConnectionRetrievalInfo |
| Modifier and Type | Method | Description |
|---|---|---|
Connection |
OracleConnectionConnectionPool.getConnection(JDBCConnectionRetrievalInfo connectionRetrievalInfo) |
Gets a
java.sql.Connection from the connection pool. |
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 | Description |
|---|---|
OracleJDBCConnectionRetrievalInfo(JDBCConnectionRetrievalInfo jdbcCRI,
String instanceName) |
Copyright © 2008, 2017, Oracle. All rights reserved.