Class AbstractQueryReport.StatementProxy
java.lang.Object
org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
AbstractQueryReport
Class to measure query execute time
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStatementProxy(Object parent, String query) Constructs a newStatementProxy. -
Method Summary
-
Field Details
-
closed
protected boolean closedIndicates whether the proxy has been closed. -
delegate
The underlying statement or connection being proxied. -
query
The SQL query being executed.
-
-
Constructor Details
-
StatementProxy
-
-
Method Details
-
invoke
-