Uses of Interface
oracle.ucp.jdbc.JDBCConnectionPoolStatistics
-
Packages that use JDBCConnectionPoolStatistics Package Description oracle.ucp.jdbc oracle.ucp.jdbc.oracle -
-
Uses of JDBCConnectionPoolStatistics in oracle.ucp.jdbc
Methods in oracle.ucp.jdbc that return JDBCConnectionPoolStatistics Modifier and Type Method Description JDBCConnectionPoolStatistics
PoolDataSource. getStatistics()
Gets the statistics of the connection pool.JDBCConnectionPoolStatistics
PoolDataSourceImpl. getStatistics()
Gets the statistics of the connection pool. -
Uses of JDBCConnectionPoolStatistics in oracle.ucp.jdbc.oracle
Subinterfaces of JDBCConnectionPoolStatistics in oracle.ucp.jdbc.oracle Modifier and Type Interface Description interface
OracleJDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to Oracle JDBC resources.
-