Package org.apache.tomcat.jdbc.pool.interceptor
package org.apache.tomcat.jdbc.pool.interceptor
-
ClassDescriptionAbstraction interceptor.Abstract class that wraps statements and intercepts query executions.Interceptor that keep track of connection state to avoid roundtrips to the database.Interceptor that sets a query timeout on every created
Statement.Class that resets the abandoned timer on any activity on the Connection or any successful query executions.MBean interface for the ResetAbandonedTimer connection pool interceptor.Slow query report interceptor.Holds timing and invocation statistics for a single SQL query.Compares QueryStats by their lastInvocation value.JMX-enabled slow query report interceptor.JMX MBean interface for exposing slow query statistics via JMX.Interceptor that cachesPreparedStatementand/orCallableStatementinstances on a connection.MBean interface for monitoring the statement cache.Implementation of JdbcInterceptor that proxies resultSets and statements.Invocation handler that proxies ResultSet instances.Keeps track of statements associated with a connection and invokes close uponConnection.close()Useful for applications that don't close the associated statements after being done with a connection.