Uses of Interface
oracle.ucp.UniversalConnectionPoolStatistics
-
Packages that use UniversalConnectionPoolStatistics Package Description oracle.ucp oracle.ucp.jdbc oracle.ucp.jdbc.oracle -
-
Uses of UniversalConnectionPoolStatistics in oracle.ucp
Methods in oracle.ucp that return UniversalConnectionPoolStatistics Modifier and Type Method Description UniversalConnectionPoolStatistics
UniversalConnectionPool. getStatistics()
Gets the statistics of the connection pool. -
Uses of UniversalConnectionPoolStatistics in oracle.ucp.jdbc
Subinterfaces of UniversalConnectionPoolStatistics in oracle.ucp.jdbc Modifier and Type Interface Description interface
JDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to JDBC resources. -
Uses of UniversalConnectionPoolStatistics in oracle.ucp.jdbc.oracle
Subinterfaces of UniversalConnectionPoolStatistics 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.
-