Class StatementFacade.StatementProxy
java.lang.Object
org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
StatementFacade
Proxy for a SQL statement used to measure query execute time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
closed
protected boolean closedIndicates whether this statement has been closed. -
delegate
The delegated statement. -
query
The SQL query text.
-
-
Constructor Details
-
StatementProxy
-
-
Method Details
-
invoke
-
hashCode
-
equals
-
toString
-