Class CorrelationLogInterceptor.StatementProxy
- java.lang.Object
-
- org.wso2.carbon.ndatasource.rdbms.CorrelationLogInterceptor.StatementProxy
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- CorrelationLogInterceptor
protected class CorrelationLogInterceptor.StatementProxy extends Object implements InvocationHandler
Proxy Class that is used to calculate and log the time taken for queries
-
-
Constructor Summary
Constructors Constructor Description StatementProxy(Object parent, String query)
-