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 |
---|---|
JDBCConnectionPoolStatistics |
PoolDataSource.getStatistics()
Gets the statistics of the connection pool.
|
JDBCConnectionPoolStatistics |
PoolDataSourceImpl.getStatistics()
Gets the statistics of the connection pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OracleJDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to Oracle JDBC resources.
|