Class StatementDecoratorInterceptor.StatementProxy<T extends Statement>

java.lang.Object
org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy<T>
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
StatementCache.CachedStatement
Enclosing class:
StatementDecoratorInterceptor

protected class StatementDecoratorInterceptor.StatementProxy<T extends Statement> extends Object implements InvocationHandler
Class to measure query execute time.