public interface JDBCConnectionStats extends Stats
Modifier and Type | Method and Description |
---|---|
String |
getJdbcDataSource()
Identifies the JDBC driver for the corresponding JDBCConnection.
|
TimeStatistic |
getUseTime()
Time spent using a connection.
|
TimeStatistic |
getWaitTime()
Time spent waiting for a connection to be available.
|
getStatistic, getStatisticNames, getStatistics
String getJdbcDataSource()
TimeStatistic getWaitTime()
TimeStatistic getUseTime()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.