Package org.jumpmind.driver
Class StatementBypassInterceptor
java.lang.Object
org.jumpmind.driver.WrapperInterceptor
org.jumpmind.driver.StatementInterceptor
org.jumpmind.driver.StatementBypassInterceptor
-
Field Summary
Fields inherited from class org.jumpmind.driver.StatementInterceptor
psArgs, sqlBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionStatementBypassInterceptor
(Object wrapped, TypedProperties systemPlusEngineProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
preparedStatementExecute
(String methodName, long elapsed, String sql) protected InterceptResult
preparedStatementPreExecute
(PreparedStatementWrapper ps, String methodName, Object[] parameters) Methods inherited from class org.jumpmind.driver.StatementInterceptor
postExecute, preExecute, preparedStatementPostExecute, statementExecute, statementPostExecute
Methods inherited from class org.jumpmind.driver.WrapperInterceptor
createInterceptor, getWrapped
-
Constructor Details
-
StatementBypassInterceptor
-
-
Method Details
-
preparedStatementPreExecute
protected InterceptResult preparedStatementPreExecute(PreparedStatementWrapper ps, String methodName, Object[] parameters) - Overrides:
preparedStatementPreExecute
in classStatementInterceptor
-
preparedStatementExecute
- Overrides:
preparedStatementExecute
in classStatementInterceptor
-