public interface JDBCConnectionStats extends Stats
Modifier and Type | Method and Description |
---|---|
java.lang.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
java.lang.String getJdbcDataSource()
TimeStatistic getWaitTime()
TimeStatistic getUseTime()