Package | Description |
---|---|
oracle.ucp |
Includes both required and optional callback interfaces that are used to implement connection pool features.
|
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 |
---|---|
UniversalConnectionPoolStatistics |
UniversalConnectionPool.getStatistics()
Gets the statistics of the connection pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to JDBC resources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OracleJDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to Oracle JDBC resources.
|