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.Class that resets the abandoned timer on any activity on the Connection or any successful query executions.Slow query report interceptor.Compare QueryStats by their lastInvocation value.Publishes data to JMX and provides notifications when failures happen.Interceptor that caches
PreparedStatement
and/orCallableStatement
instances on a connection.Implementation of JdbcInterceptor that proxies resultSets and statements.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.