public class JdbcLifecycleEventListenerAdapter extends Object implements JdbcLifecycleEventListener
JdbcLifecycleEventListener and defines no-op implementation.JdbcLifecycleEventListener| Constructor and Description |
|---|
JdbcLifecycleEventListenerAdapter() |
public void beforeMethod(MethodExecutionContext executionContext)
beforeMethod in interface JdbcLifecycleEventListenerpublic void afterMethod(MethodExecutionContext executionContext)
afterMethod in interface JdbcLifecycleEventListenerpublic void beforeQuery(ExecutionInfo execInfo, List<QueryInfo> queryInfoList)
beforeQuery in interface JdbcLifecycleEventListenerpublic void afterQuery(ExecutionInfo execInfo, List<QueryInfo> queryInfoList)
afterQuery in interface JdbcLifecycleEventListenerpublic void beforeIsWrapperForOnCallableStatement(MethodExecutionContext executionContext)
beforeIsWrapperForOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeUnwrapOnCallableStatement(MethodExecutionContext executionContext)
beforeUnwrapOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterIsWrapperForOnCallableStatement(MethodExecutionContext executionContext)
afterIsWrapperForOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterUnwrapOnCallableStatement(MethodExecutionContext executionContext)
afterUnwrapOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetArrayOnCallableStatement(MethodExecutionContext executionContext)
beforeGetArrayOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetBigDecimalOnCallableStatement(MethodExecutionContext executionContext)
beforeGetBigDecimalOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetBlobOnCallableStatement(MethodExecutionContext executionContext)
beforeGetBlobOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetBooleanOnCallableStatement(MethodExecutionContext executionContext)
beforeGetBooleanOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetByteOnCallableStatement(MethodExecutionContext executionContext)
beforeGetByteOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetBytesOnCallableStatement(MethodExecutionContext executionContext)
beforeGetBytesOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
beforeGetCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetClobOnCallableStatement(MethodExecutionContext executionContext)
beforeGetClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetDateOnCallableStatement(MethodExecutionContext executionContext)
beforeGetDateOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetDoubleOnCallableStatement(MethodExecutionContext executionContext)
beforeGetDoubleOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetFloatOnCallableStatement(MethodExecutionContext executionContext)
beforeGetFloatOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetIntOnCallableStatement(MethodExecutionContext executionContext)
beforeGetIntOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetLongOnCallableStatement(MethodExecutionContext executionContext)
beforeGetLongOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetNCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
beforeGetNCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetNClobOnCallableStatement(MethodExecutionContext executionContext)
beforeGetNClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetNStringOnCallableStatement(MethodExecutionContext executionContext)
beforeGetNStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetObjectOnCallableStatement(MethodExecutionContext executionContext)
beforeGetObjectOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetRefOnCallableStatement(MethodExecutionContext executionContext)
beforeGetRefOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetRowIdOnCallableStatement(MethodExecutionContext executionContext)
beforeGetRowIdOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetShortOnCallableStatement(MethodExecutionContext executionContext)
beforeGetShortOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetSQLXMLOnCallableStatement(MethodExecutionContext executionContext)
beforeGetSQLXMLOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetStringOnCallableStatement(MethodExecutionContext executionContext)
beforeGetStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetTimeOnCallableStatement(MethodExecutionContext executionContext)
beforeGetTimeOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetTimestampOnCallableStatement(MethodExecutionContext executionContext)
beforeGetTimestampOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeGetURLOnCallableStatement(MethodExecutionContext executionContext)
beforeGetURLOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeRegisterOutParameterOnCallableStatement(MethodExecutionContext executionContext)
beforeRegisterOutParameterOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetAsciiStreamOnCallableStatement(MethodExecutionContext executionContext)
beforeSetAsciiStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetBigDecimalOnCallableStatement(MethodExecutionContext executionContext)
beforeSetBigDecimalOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetBinaryStreamOnCallableStatement(MethodExecutionContext executionContext)
beforeSetBinaryStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetBlobOnCallableStatement(MethodExecutionContext executionContext)
beforeSetBlobOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetBooleanOnCallableStatement(MethodExecutionContext executionContext)
beforeSetBooleanOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetByteOnCallableStatement(MethodExecutionContext executionContext)
beforeSetByteOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetBytesOnCallableStatement(MethodExecutionContext executionContext)
beforeSetBytesOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
beforeSetCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetClobOnCallableStatement(MethodExecutionContext executionContext)
beforeSetClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetDateOnCallableStatement(MethodExecutionContext executionContext)
beforeSetDateOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetDoubleOnCallableStatement(MethodExecutionContext executionContext)
beforeSetDoubleOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetFloatOnCallableStatement(MethodExecutionContext executionContext)
beforeSetFloatOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetIntOnCallableStatement(MethodExecutionContext executionContext)
beforeSetIntOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetLongOnCallableStatement(MethodExecutionContext executionContext)
beforeSetLongOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetNCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
beforeSetNCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetNClobOnCallableStatement(MethodExecutionContext executionContext)
beforeSetNClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetNStringOnCallableStatement(MethodExecutionContext executionContext)
beforeSetNStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetNullOnCallableStatement(MethodExecutionContext executionContext)
beforeSetNullOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetObjectOnCallableStatement(MethodExecutionContext executionContext)
beforeSetObjectOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetRowIdOnCallableStatement(MethodExecutionContext executionContext)
beforeSetRowIdOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetShortOnCallableStatement(MethodExecutionContext executionContext)
beforeSetShortOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetSQLXMLOnCallableStatement(MethodExecutionContext executionContext)
beforeSetSQLXMLOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetStringOnCallableStatement(MethodExecutionContext executionContext)
beforeSetStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetTimeOnCallableStatement(MethodExecutionContext executionContext)
beforeSetTimeOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetTimestampOnCallableStatement(MethodExecutionContext executionContext)
beforeSetTimestampOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeSetURLOnCallableStatement(MethodExecutionContext executionContext)
beforeSetURLOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeWasNullOnCallableStatement(MethodExecutionContext executionContext)
beforeWasNullOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetArrayOnCallableStatement(MethodExecutionContext executionContext)
afterGetArrayOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetBigDecimalOnCallableStatement(MethodExecutionContext executionContext)
afterGetBigDecimalOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetBlobOnCallableStatement(MethodExecutionContext executionContext)
afterGetBlobOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetBooleanOnCallableStatement(MethodExecutionContext executionContext)
afterGetBooleanOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetByteOnCallableStatement(MethodExecutionContext executionContext)
afterGetByteOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetBytesOnCallableStatement(MethodExecutionContext executionContext)
afterGetBytesOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
afterGetCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetClobOnCallableStatement(MethodExecutionContext executionContext)
afterGetClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetDateOnCallableStatement(MethodExecutionContext executionContext)
afterGetDateOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetDoubleOnCallableStatement(MethodExecutionContext executionContext)
afterGetDoubleOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetFloatOnCallableStatement(MethodExecutionContext executionContext)
afterGetFloatOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetIntOnCallableStatement(MethodExecutionContext executionContext)
afterGetIntOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetLongOnCallableStatement(MethodExecutionContext executionContext)
afterGetLongOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetNCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
afterGetNCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetNClobOnCallableStatement(MethodExecutionContext executionContext)
afterGetNClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetNStringOnCallableStatement(MethodExecutionContext executionContext)
afterGetNStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetObjectOnCallableStatement(MethodExecutionContext executionContext)
afterGetObjectOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetRefOnCallableStatement(MethodExecutionContext executionContext)
afterGetRefOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetRowIdOnCallableStatement(MethodExecutionContext executionContext)
afterGetRowIdOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetShortOnCallableStatement(MethodExecutionContext executionContext)
afterGetShortOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetSQLXMLOnCallableStatement(MethodExecutionContext executionContext)
afterGetSQLXMLOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetStringOnCallableStatement(MethodExecutionContext executionContext)
afterGetStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetTimeOnCallableStatement(MethodExecutionContext executionContext)
afterGetTimeOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetTimestampOnCallableStatement(MethodExecutionContext executionContext)
afterGetTimestampOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterGetURLOnCallableStatement(MethodExecutionContext executionContext)
afterGetURLOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterRegisterOutParameterOnCallableStatement(MethodExecutionContext executionContext)
afterRegisterOutParameterOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetAsciiStreamOnCallableStatement(MethodExecutionContext executionContext)
afterSetAsciiStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetBigDecimalOnCallableStatement(MethodExecutionContext executionContext)
afterSetBigDecimalOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetBinaryStreamOnCallableStatement(MethodExecutionContext executionContext)
afterSetBinaryStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetBlobOnCallableStatement(MethodExecutionContext executionContext)
afterSetBlobOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetBooleanOnCallableStatement(MethodExecutionContext executionContext)
afterSetBooleanOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetByteOnCallableStatement(MethodExecutionContext executionContext)
afterSetByteOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetBytesOnCallableStatement(MethodExecutionContext executionContext)
afterSetBytesOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
afterSetCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetClobOnCallableStatement(MethodExecutionContext executionContext)
afterSetClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetDateOnCallableStatement(MethodExecutionContext executionContext)
afterSetDateOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetDoubleOnCallableStatement(MethodExecutionContext executionContext)
afterSetDoubleOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetFloatOnCallableStatement(MethodExecutionContext executionContext)
afterSetFloatOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetIntOnCallableStatement(MethodExecutionContext executionContext)
afterSetIntOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetLongOnCallableStatement(MethodExecutionContext executionContext)
afterSetLongOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetNCharacterStreamOnCallableStatement(MethodExecutionContext executionContext)
afterSetNCharacterStreamOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetNClobOnCallableStatement(MethodExecutionContext executionContext)
afterSetNClobOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetNStringOnCallableStatement(MethodExecutionContext executionContext)
afterSetNStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetNullOnCallableStatement(MethodExecutionContext executionContext)
afterSetNullOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetObjectOnCallableStatement(MethodExecutionContext executionContext)
afterSetObjectOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetRowIdOnCallableStatement(MethodExecutionContext executionContext)
afterSetRowIdOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetShortOnCallableStatement(MethodExecutionContext executionContext)
afterSetShortOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetSQLXMLOnCallableStatement(MethodExecutionContext executionContext)
afterSetSQLXMLOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetStringOnCallableStatement(MethodExecutionContext executionContext)
afterSetStringOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetTimeOnCallableStatement(MethodExecutionContext executionContext)
afterSetTimeOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetTimestampOnCallableStatement(MethodExecutionContext executionContext)
afterSetTimestampOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterSetURLOnCallableStatement(MethodExecutionContext executionContext)
afterSetURLOnCallableStatement in interface CallableStatementMethodCallbackspublic void afterWasNullOnCallableStatement(MethodExecutionContext executionContext)
afterWasNullOnCallableStatement in interface CallableStatementMethodCallbackspublic void beforeIsWrapperForOnConnection(MethodExecutionContext executionContext)
beforeIsWrapperForOnConnection in interface ConnectionMethodCallbackspublic void beforeUnwrapOnConnection(MethodExecutionContext executionContext)
beforeUnwrapOnConnection in interface ConnectionMethodCallbackspublic void afterIsWrapperForOnConnection(MethodExecutionContext executionContext)
afterIsWrapperForOnConnection in interface ConnectionMethodCallbackspublic void afterUnwrapOnConnection(MethodExecutionContext executionContext)
afterUnwrapOnConnection in interface ConnectionMethodCallbackspublic void beforeAbortOnConnection(MethodExecutionContext executionContext)
beforeAbortOnConnection in interface ConnectionMethodCallbackspublic void beforeClearWarningsOnConnection(MethodExecutionContext executionContext)
beforeClearWarningsOnConnection in interface ConnectionMethodCallbackspublic void beforeCloseOnConnection(MethodExecutionContext executionContext)
beforeCloseOnConnection in interface ConnectionMethodCallbackspublic void beforeCommitOnConnection(MethodExecutionContext executionContext)
beforeCommitOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateArrayOfOnConnection(MethodExecutionContext executionContext)
beforeCreateArrayOfOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateBlobOnConnection(MethodExecutionContext executionContext)
beforeCreateBlobOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateClobOnConnection(MethodExecutionContext executionContext)
beforeCreateClobOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateNClobOnConnection(MethodExecutionContext executionContext)
beforeCreateNClobOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateSQLXMLOnConnection(MethodExecutionContext executionContext)
beforeCreateSQLXMLOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateStatementOnConnection(MethodExecutionContext executionContext)
beforeCreateStatementOnConnection in interface ConnectionMethodCallbackspublic void beforeCreateStructOnConnection(MethodExecutionContext executionContext)
beforeCreateStructOnConnection in interface ConnectionMethodCallbackspublic void beforeGetAutoCommitOnConnection(MethodExecutionContext executionContext)
beforeGetAutoCommitOnConnection in interface ConnectionMethodCallbackspublic void beforeGetCatalogOnConnection(MethodExecutionContext executionContext)
beforeGetCatalogOnConnection in interface ConnectionMethodCallbackspublic void beforeGetClientInfoOnConnection(MethodExecutionContext executionContext)
beforeGetClientInfoOnConnection in interface ConnectionMethodCallbackspublic void beforeGetHoldabilityOnConnection(MethodExecutionContext executionContext)
beforeGetHoldabilityOnConnection in interface ConnectionMethodCallbackspublic void beforeGetMetaDataOnConnection(MethodExecutionContext executionContext)
beforeGetMetaDataOnConnection in interface ConnectionMethodCallbackspublic void beforeGetNetworkTimeoutOnConnection(MethodExecutionContext executionContext)
beforeGetNetworkTimeoutOnConnection in interface ConnectionMethodCallbackspublic void beforeGetSchemaOnConnection(MethodExecutionContext executionContext)
beforeGetSchemaOnConnection in interface ConnectionMethodCallbackspublic void beforeGetTransactionIsolationOnConnection(MethodExecutionContext executionContext)
beforeGetTransactionIsolationOnConnection in interface ConnectionMethodCallbackspublic void beforeGetTypeMapOnConnection(MethodExecutionContext executionContext)
beforeGetTypeMapOnConnection in interface ConnectionMethodCallbackspublic void beforeGetWarningsOnConnection(MethodExecutionContext executionContext)
beforeGetWarningsOnConnection in interface ConnectionMethodCallbackspublic void beforeIsClosedOnConnection(MethodExecutionContext executionContext)
beforeIsClosedOnConnection in interface ConnectionMethodCallbackspublic void beforeIsReadOnlyOnConnection(MethodExecutionContext executionContext)
beforeIsReadOnlyOnConnection in interface ConnectionMethodCallbackspublic void beforeIsValidOnConnection(MethodExecutionContext executionContext)
beforeIsValidOnConnection in interface ConnectionMethodCallbackspublic void beforeNativeSQLOnConnection(MethodExecutionContext executionContext)
beforeNativeSQLOnConnection in interface ConnectionMethodCallbackspublic void beforePrepareCallOnConnection(MethodExecutionContext executionContext)
beforePrepareCallOnConnection in interface ConnectionMethodCallbackspublic void beforePrepareStatementOnConnection(MethodExecutionContext executionContext)
beforePrepareStatementOnConnection in interface ConnectionMethodCallbackspublic void beforeReleaseSavepointOnConnection(MethodExecutionContext executionContext)
beforeReleaseSavepointOnConnection in interface ConnectionMethodCallbackspublic void beforeRollbackOnConnection(MethodExecutionContext executionContext)
beforeRollbackOnConnection in interface ConnectionMethodCallbackspublic void beforeSetAutoCommitOnConnection(MethodExecutionContext executionContext)
beforeSetAutoCommitOnConnection in interface ConnectionMethodCallbackspublic void beforeSetCatalogOnConnection(MethodExecutionContext executionContext)
beforeSetCatalogOnConnection in interface ConnectionMethodCallbackspublic void beforeSetClientInfoOnConnection(MethodExecutionContext executionContext)
beforeSetClientInfoOnConnection in interface ConnectionMethodCallbackspublic void beforeSetHoldabilityOnConnection(MethodExecutionContext executionContext)
beforeSetHoldabilityOnConnection in interface ConnectionMethodCallbackspublic void beforeSetNetworkTimeoutOnConnection(MethodExecutionContext executionContext)
beforeSetNetworkTimeoutOnConnection in interface ConnectionMethodCallbackspublic void beforeSetReadOnlyOnConnection(MethodExecutionContext executionContext)
beforeSetReadOnlyOnConnection in interface ConnectionMethodCallbackspublic void beforeSetSavepointOnConnection(MethodExecutionContext executionContext)
beforeSetSavepointOnConnection in interface ConnectionMethodCallbackspublic void beforeSetSchemaOnConnection(MethodExecutionContext executionContext)
beforeSetSchemaOnConnection in interface ConnectionMethodCallbackspublic void beforeSetTransactionIsolationOnConnection(MethodExecutionContext executionContext)
beforeSetTransactionIsolationOnConnection in interface ConnectionMethodCallbackspublic void beforeSetTypeMapOnConnection(MethodExecutionContext executionContext)
beforeSetTypeMapOnConnection in interface ConnectionMethodCallbackspublic void afterAbortOnConnection(MethodExecutionContext executionContext)
afterAbortOnConnection in interface ConnectionMethodCallbackspublic void afterClearWarningsOnConnection(MethodExecutionContext executionContext)
afterClearWarningsOnConnection in interface ConnectionMethodCallbackspublic void afterCloseOnConnection(MethodExecutionContext executionContext)
afterCloseOnConnection in interface ConnectionMethodCallbackspublic void afterCommitOnConnection(MethodExecutionContext executionContext)
afterCommitOnConnection in interface ConnectionMethodCallbackspublic void afterCreateArrayOfOnConnection(MethodExecutionContext executionContext)
afterCreateArrayOfOnConnection in interface ConnectionMethodCallbackspublic void afterCreateBlobOnConnection(MethodExecutionContext executionContext)
afterCreateBlobOnConnection in interface ConnectionMethodCallbackspublic void afterCreateClobOnConnection(MethodExecutionContext executionContext)
afterCreateClobOnConnection in interface ConnectionMethodCallbackspublic void afterCreateNClobOnConnection(MethodExecutionContext executionContext)
afterCreateNClobOnConnection in interface ConnectionMethodCallbackspublic void afterCreateSQLXMLOnConnection(MethodExecutionContext executionContext)
afterCreateSQLXMLOnConnection in interface ConnectionMethodCallbackspublic void afterCreateStatementOnConnection(MethodExecutionContext executionContext)
afterCreateStatementOnConnection in interface ConnectionMethodCallbackspublic void afterCreateStructOnConnection(MethodExecutionContext executionContext)
afterCreateStructOnConnection in interface ConnectionMethodCallbackspublic void afterGetAutoCommitOnConnection(MethodExecutionContext executionContext)
afterGetAutoCommitOnConnection in interface ConnectionMethodCallbackspublic void afterGetCatalogOnConnection(MethodExecutionContext executionContext)
afterGetCatalogOnConnection in interface ConnectionMethodCallbackspublic void afterGetClientInfoOnConnection(MethodExecutionContext executionContext)
afterGetClientInfoOnConnection in interface ConnectionMethodCallbackspublic void afterGetHoldabilityOnConnection(MethodExecutionContext executionContext)
afterGetHoldabilityOnConnection in interface ConnectionMethodCallbackspublic void afterGetMetaDataOnConnection(MethodExecutionContext executionContext)
afterGetMetaDataOnConnection in interface ConnectionMethodCallbackspublic void afterGetNetworkTimeoutOnConnection(MethodExecutionContext executionContext)
afterGetNetworkTimeoutOnConnection in interface ConnectionMethodCallbackspublic void afterGetSchemaOnConnection(MethodExecutionContext executionContext)
afterGetSchemaOnConnection in interface ConnectionMethodCallbackspublic void afterGetTransactionIsolationOnConnection(MethodExecutionContext executionContext)
afterGetTransactionIsolationOnConnection in interface ConnectionMethodCallbackspublic void afterGetTypeMapOnConnection(MethodExecutionContext executionContext)
afterGetTypeMapOnConnection in interface ConnectionMethodCallbackspublic void afterGetWarningsOnConnection(MethodExecutionContext executionContext)
afterGetWarningsOnConnection in interface ConnectionMethodCallbackspublic void afterIsClosedOnConnection(MethodExecutionContext executionContext)
afterIsClosedOnConnection in interface ConnectionMethodCallbackspublic void afterIsReadOnlyOnConnection(MethodExecutionContext executionContext)
afterIsReadOnlyOnConnection in interface ConnectionMethodCallbackspublic void afterIsValidOnConnection(MethodExecutionContext executionContext)
afterIsValidOnConnection in interface ConnectionMethodCallbackspublic void afterNativeSQLOnConnection(MethodExecutionContext executionContext)
afterNativeSQLOnConnection in interface ConnectionMethodCallbackspublic void afterPrepareCallOnConnection(MethodExecutionContext executionContext)
afterPrepareCallOnConnection in interface ConnectionMethodCallbackspublic void afterPrepareStatementOnConnection(MethodExecutionContext executionContext)
afterPrepareStatementOnConnection in interface ConnectionMethodCallbackspublic void afterReleaseSavepointOnConnection(MethodExecutionContext executionContext)
afterReleaseSavepointOnConnection in interface ConnectionMethodCallbackspublic void afterRollbackOnConnection(MethodExecutionContext executionContext)
afterRollbackOnConnection in interface ConnectionMethodCallbackspublic void afterSetAutoCommitOnConnection(MethodExecutionContext executionContext)
afterSetAutoCommitOnConnection in interface ConnectionMethodCallbackspublic void afterSetCatalogOnConnection(MethodExecutionContext executionContext)
afterSetCatalogOnConnection in interface ConnectionMethodCallbackspublic void afterSetClientInfoOnConnection(MethodExecutionContext executionContext)
afterSetClientInfoOnConnection in interface ConnectionMethodCallbackspublic void afterSetHoldabilityOnConnection(MethodExecutionContext executionContext)
afterSetHoldabilityOnConnection in interface ConnectionMethodCallbackspublic void afterSetNetworkTimeoutOnConnection(MethodExecutionContext executionContext)
afterSetNetworkTimeoutOnConnection in interface ConnectionMethodCallbackspublic void afterSetReadOnlyOnConnection(MethodExecutionContext executionContext)
afterSetReadOnlyOnConnection in interface ConnectionMethodCallbackspublic void afterSetSavepointOnConnection(MethodExecutionContext executionContext)
afterSetSavepointOnConnection in interface ConnectionMethodCallbackspublic void afterSetSchemaOnConnection(MethodExecutionContext executionContext)
afterSetSchemaOnConnection in interface ConnectionMethodCallbackspublic void afterSetTransactionIsolationOnConnection(MethodExecutionContext executionContext)
afterSetTransactionIsolationOnConnection in interface ConnectionMethodCallbackspublic void afterSetTypeMapOnConnection(MethodExecutionContext executionContext)
afterSetTypeMapOnConnection in interface ConnectionMethodCallbackspublic void beforeIsWrapperForOnDataSource(MethodExecutionContext executionContext)
beforeIsWrapperForOnDataSource in interface DataSourceMethodCallbackspublic void beforeUnwrapOnDataSource(MethodExecutionContext executionContext)
beforeUnwrapOnDataSource in interface DataSourceMethodCallbackspublic void afterIsWrapperForOnDataSource(MethodExecutionContext executionContext)
afterIsWrapperForOnDataSource in interface DataSourceMethodCallbackspublic void afterUnwrapOnDataSource(MethodExecutionContext executionContext)
afterUnwrapOnDataSource in interface DataSourceMethodCallbackspublic void beforeGetLoginTimeoutOnDataSource(MethodExecutionContext executionContext)
beforeGetLoginTimeoutOnDataSource in interface DataSourceMethodCallbackspublic void beforeGetLogWriterOnDataSource(MethodExecutionContext executionContext)
beforeGetLogWriterOnDataSource in interface DataSourceMethodCallbackspublic void beforeGetParentLoggerOnDataSource(MethodExecutionContext executionContext)
beforeGetParentLoggerOnDataSource in interface DataSourceMethodCallbackspublic void beforeSetLoginTimeoutOnDataSource(MethodExecutionContext executionContext)
beforeSetLoginTimeoutOnDataSource in interface DataSourceMethodCallbackspublic void beforeSetLogWriterOnDataSource(MethodExecutionContext executionContext)
beforeSetLogWriterOnDataSource in interface DataSourceMethodCallbackspublic void afterGetLoginTimeoutOnDataSource(MethodExecutionContext executionContext)
afterGetLoginTimeoutOnDataSource in interface DataSourceMethodCallbackspublic void afterGetLogWriterOnDataSource(MethodExecutionContext executionContext)
afterGetLogWriterOnDataSource in interface DataSourceMethodCallbackspublic void afterGetParentLoggerOnDataSource(MethodExecutionContext executionContext)
afterGetParentLoggerOnDataSource in interface DataSourceMethodCallbackspublic void afterSetLoginTimeoutOnDataSource(MethodExecutionContext executionContext)
afterSetLoginTimeoutOnDataSource in interface DataSourceMethodCallbackspublic void afterSetLogWriterOnDataSource(MethodExecutionContext executionContext)
afterSetLogWriterOnDataSource in interface DataSourceMethodCallbackspublic void beforeGetConnectionOnDataSource(MethodExecutionContext executionContext)
beforeGetConnectionOnDataSource in interface DataSourceMethodCallbackspublic void afterGetConnectionOnDataSource(MethodExecutionContext executionContext)
afterGetConnectionOnDataSource in interface DataSourceMethodCallbackspublic void beforeIsWrapperForOnPreparedStatement(MethodExecutionContext executionContext)
beforeIsWrapperForOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeUnwrapOnPreparedStatement(MethodExecutionContext executionContext)
beforeUnwrapOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterIsWrapperForOnPreparedStatement(MethodExecutionContext executionContext)
afterIsWrapperForOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterUnwrapOnPreparedStatement(MethodExecutionContext executionContext)
afterUnwrapOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeAddBatchOnPreparedStatement(MethodExecutionContext executionContext)
beforeAddBatchOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeClearParametersOnPreparedStatement(MethodExecutionContext executionContext)
beforeClearParametersOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeExecuteOnPreparedStatement(MethodExecutionContext executionContext)
beforeExecuteOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeExecuteLargeUpdateOnPreparedStatement(MethodExecutionContext executionContext)
beforeExecuteLargeUpdateOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeExecuteQueryOnPreparedStatement(MethodExecutionContext executionContext)
beforeExecuteQueryOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeExecuteUpdateOnPreparedStatement(MethodExecutionContext executionContext)
beforeExecuteUpdateOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeGetMetaDataOnPreparedStatement(MethodExecutionContext executionContext)
beforeGetMetaDataOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeGetParameterMetaDataOnPreparedStatement(MethodExecutionContext executionContext)
beforeGetParameterMetaDataOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetArrayOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetArrayOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetAsciiStreamOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetAsciiStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetBigDecimalOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetBigDecimalOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetBinaryStreamOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetBinaryStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetBlobOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetBlobOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetBooleanOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetBooleanOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetByteOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetByteOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetBytesOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetBytesOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetCharacterStreamOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetCharacterStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetClobOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetClobOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetDateOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetDateOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetDoubleOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetDoubleOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetFloatOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetFloatOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetIntOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetIntOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetLongOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetLongOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetNCharacterStreamOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetNCharacterStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetNClobOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetNClobOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetNStringOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetNStringOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetNullOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetNullOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetObjectOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetObjectOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetRefOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetRefOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetRowIdOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetRowIdOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetShortOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetShortOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetSQLXMLOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetSQLXMLOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetStringOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetStringOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetTimeOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetTimeOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetTimestampOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetTimestampOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetUnicodeStreamOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetUnicodeStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeSetURLOnPreparedStatement(MethodExecutionContext executionContext)
beforeSetURLOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterAddBatchOnPreparedStatement(MethodExecutionContext executionContext)
afterAddBatchOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterClearParametersOnPreparedStatement(MethodExecutionContext executionContext)
afterClearParametersOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterExecuteOnPreparedStatement(MethodExecutionContext executionContext)
afterExecuteOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterExecuteLargeUpdateOnPreparedStatement(MethodExecutionContext executionContext)
afterExecuteLargeUpdateOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterExecuteQueryOnPreparedStatement(MethodExecutionContext executionContext)
afterExecuteQueryOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterExecuteUpdateOnPreparedStatement(MethodExecutionContext executionContext)
afterExecuteUpdateOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterGetMetaDataOnPreparedStatement(MethodExecutionContext executionContext)
afterGetMetaDataOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterGetParameterMetaDataOnPreparedStatement(MethodExecutionContext executionContext)
afterGetParameterMetaDataOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetArrayOnPreparedStatement(MethodExecutionContext executionContext)
afterSetArrayOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetAsciiStreamOnPreparedStatement(MethodExecutionContext executionContext)
afterSetAsciiStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetBigDecimalOnPreparedStatement(MethodExecutionContext executionContext)
afterSetBigDecimalOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetBinaryStreamOnPreparedStatement(MethodExecutionContext executionContext)
afterSetBinaryStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetBlobOnPreparedStatement(MethodExecutionContext executionContext)
afterSetBlobOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetBooleanOnPreparedStatement(MethodExecutionContext executionContext)
afterSetBooleanOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetByteOnPreparedStatement(MethodExecutionContext executionContext)
afterSetByteOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetBytesOnPreparedStatement(MethodExecutionContext executionContext)
afterSetBytesOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetCharacterStreamOnPreparedStatement(MethodExecutionContext executionContext)
afterSetCharacterStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetClobOnPreparedStatement(MethodExecutionContext executionContext)
afterSetClobOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetDateOnPreparedStatement(MethodExecutionContext executionContext)
afterSetDateOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetDoubleOnPreparedStatement(MethodExecutionContext executionContext)
afterSetDoubleOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetFloatOnPreparedStatement(MethodExecutionContext executionContext)
afterSetFloatOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetIntOnPreparedStatement(MethodExecutionContext executionContext)
afterSetIntOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetLongOnPreparedStatement(MethodExecutionContext executionContext)
afterSetLongOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetNCharacterStreamOnPreparedStatement(MethodExecutionContext executionContext)
afterSetNCharacterStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetNClobOnPreparedStatement(MethodExecutionContext executionContext)
afterSetNClobOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetNStringOnPreparedStatement(MethodExecutionContext executionContext)
afterSetNStringOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetNullOnPreparedStatement(MethodExecutionContext executionContext)
afterSetNullOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetObjectOnPreparedStatement(MethodExecutionContext executionContext)
afterSetObjectOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetRefOnPreparedStatement(MethodExecutionContext executionContext)
afterSetRefOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetRowIdOnPreparedStatement(MethodExecutionContext executionContext)
afterSetRowIdOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetShortOnPreparedStatement(MethodExecutionContext executionContext)
afterSetShortOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetSQLXMLOnPreparedStatement(MethodExecutionContext executionContext)
afterSetSQLXMLOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetStringOnPreparedStatement(MethodExecutionContext executionContext)
afterSetStringOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetTimeOnPreparedStatement(MethodExecutionContext executionContext)
afterSetTimeOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetTimestampOnPreparedStatement(MethodExecutionContext executionContext)
afterSetTimestampOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetUnicodeStreamOnPreparedStatement(MethodExecutionContext executionContext)
afterSetUnicodeStreamOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void afterSetURLOnPreparedStatement(MethodExecutionContext executionContext)
afterSetURLOnPreparedStatement in interface PreparedStatementMethodCallbackspublic void beforeIsWrapperForOnResultSet(MethodExecutionContext executionContext)
beforeIsWrapperForOnResultSet in interface ResultSetMethodCallbackspublic void beforeUnwrapOnResultSet(MethodExecutionContext executionContext)
beforeUnwrapOnResultSet in interface ResultSetMethodCallbackspublic void afterIsWrapperForOnResultSet(MethodExecutionContext executionContext)
afterIsWrapperForOnResultSet in interface ResultSetMethodCallbackspublic void afterUnwrapOnResultSet(MethodExecutionContext executionContext)
afterUnwrapOnResultSet in interface ResultSetMethodCallbackspublic void beforeAbsoluteOnResultSet(MethodExecutionContext executionContext)
beforeAbsoluteOnResultSet in interface ResultSetMethodCallbackspublic void beforeAfterLastOnResultSet(MethodExecutionContext executionContext)
beforeAfterLastOnResultSet in interface ResultSetMethodCallbackspublic void beforeBeforeFirstOnResultSet(MethodExecutionContext executionContext)
beforeBeforeFirstOnResultSet in interface ResultSetMethodCallbackspublic void beforeCancelRowUpdatesOnResultSet(MethodExecutionContext executionContext)
beforeCancelRowUpdatesOnResultSet in interface ResultSetMethodCallbackspublic void beforeClearWarningsOnResultSet(MethodExecutionContext executionContext)
beforeClearWarningsOnResultSet in interface ResultSetMethodCallbackspublic void beforeCloseOnResultSet(MethodExecutionContext executionContext)
beforeCloseOnResultSet in interface ResultSetMethodCallbackspublic void beforeDeleteRowOnResultSet(MethodExecutionContext executionContext)
beforeDeleteRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeFindColumnOnResultSet(MethodExecutionContext executionContext)
beforeFindColumnOnResultSet in interface ResultSetMethodCallbackspublic void beforeFirstOnResultSet(MethodExecutionContext executionContext)
beforeFirstOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetArrayOnResultSet(MethodExecutionContext executionContext)
beforeGetArrayOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetAsciiStreamOnResultSet(MethodExecutionContext executionContext)
beforeGetAsciiStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetBigDecimalOnResultSet(MethodExecutionContext executionContext)
beforeGetBigDecimalOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetBinaryStreamOnResultSet(MethodExecutionContext executionContext)
beforeGetBinaryStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetBlobOnResultSet(MethodExecutionContext executionContext)
beforeGetBlobOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetBooleanOnResultSet(MethodExecutionContext executionContext)
beforeGetBooleanOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetByteOnResultSet(MethodExecutionContext executionContext)
beforeGetByteOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetBytesOnResultSet(MethodExecutionContext executionContext)
beforeGetBytesOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetCharacterStreamOnResultSet(MethodExecutionContext executionContext)
beforeGetCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetClobOnResultSet(MethodExecutionContext executionContext)
beforeGetClobOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetConcurrencyOnResultSet(MethodExecutionContext executionContext)
beforeGetConcurrencyOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetCursorNameOnResultSet(MethodExecutionContext executionContext)
beforeGetCursorNameOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetDateOnResultSet(MethodExecutionContext executionContext)
beforeGetDateOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetDoubleOnResultSet(MethodExecutionContext executionContext)
beforeGetDoubleOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetFetchDirectionOnResultSet(MethodExecutionContext executionContext)
beforeGetFetchDirectionOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetFetchSizeOnResultSet(MethodExecutionContext executionContext)
beforeGetFetchSizeOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetFloatOnResultSet(MethodExecutionContext executionContext)
beforeGetFloatOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetHoldabilityOnResultSet(MethodExecutionContext executionContext)
beforeGetHoldabilityOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetIntOnResultSet(MethodExecutionContext executionContext)
beforeGetIntOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetLongOnResultSet(MethodExecutionContext executionContext)
beforeGetLongOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetMetaDataOnResultSet(MethodExecutionContext executionContext)
beforeGetMetaDataOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetNCharacterStreamOnResultSet(MethodExecutionContext executionContext)
beforeGetNCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetNClobOnResultSet(MethodExecutionContext executionContext)
beforeGetNClobOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetNStringOnResultSet(MethodExecutionContext executionContext)
beforeGetNStringOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetObjectOnResultSet(MethodExecutionContext executionContext)
beforeGetObjectOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetRefOnResultSet(MethodExecutionContext executionContext)
beforeGetRefOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetRowOnResultSet(MethodExecutionContext executionContext)
beforeGetRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetRowIdOnResultSet(MethodExecutionContext executionContext)
beforeGetRowIdOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetShortOnResultSet(MethodExecutionContext executionContext)
beforeGetShortOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetSQLXMLOnResultSet(MethodExecutionContext executionContext)
beforeGetSQLXMLOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetStatementOnResultSet(MethodExecutionContext executionContext)
beforeGetStatementOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetStringOnResultSet(MethodExecutionContext executionContext)
beforeGetStringOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetTimeOnResultSet(MethodExecutionContext executionContext)
beforeGetTimeOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetTimestampOnResultSet(MethodExecutionContext executionContext)
beforeGetTimestampOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetTypeOnResultSet(MethodExecutionContext executionContext)
beforeGetTypeOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetUnicodeStreamOnResultSet(MethodExecutionContext executionContext)
beforeGetUnicodeStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetURLOnResultSet(MethodExecutionContext executionContext)
beforeGetURLOnResultSet in interface ResultSetMethodCallbackspublic void beforeGetWarningsOnResultSet(MethodExecutionContext executionContext)
beforeGetWarningsOnResultSet in interface ResultSetMethodCallbackspublic void beforeInsertRowOnResultSet(MethodExecutionContext executionContext)
beforeInsertRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeIsAfterLastOnResultSet(MethodExecutionContext executionContext)
beforeIsAfterLastOnResultSet in interface ResultSetMethodCallbackspublic void beforeIsBeforeFirstOnResultSet(MethodExecutionContext executionContext)
beforeIsBeforeFirstOnResultSet in interface ResultSetMethodCallbackspublic void beforeIsClosedOnResultSet(MethodExecutionContext executionContext)
beforeIsClosedOnResultSet in interface ResultSetMethodCallbackspublic void beforeIsFirstOnResultSet(MethodExecutionContext executionContext)
beforeIsFirstOnResultSet in interface ResultSetMethodCallbackspublic void beforeIsLastOnResultSet(MethodExecutionContext executionContext)
beforeIsLastOnResultSet in interface ResultSetMethodCallbackspublic void beforeLastOnResultSet(MethodExecutionContext executionContext)
beforeLastOnResultSet in interface ResultSetMethodCallbackspublic void beforeMoveToCurrentRowOnResultSet(MethodExecutionContext executionContext)
beforeMoveToCurrentRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeMoveToInsertRowOnResultSet(MethodExecutionContext executionContext)
beforeMoveToInsertRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeNextOnResultSet(MethodExecutionContext executionContext)
beforeNextOnResultSet in interface ResultSetMethodCallbackspublic void beforePreviousOnResultSet(MethodExecutionContext executionContext)
beforePreviousOnResultSet in interface ResultSetMethodCallbackspublic void beforeRefreshRowOnResultSet(MethodExecutionContext executionContext)
beforeRefreshRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeRelativeOnResultSet(MethodExecutionContext executionContext)
beforeRelativeOnResultSet in interface ResultSetMethodCallbackspublic void beforeRowDeletedOnResultSet(MethodExecutionContext executionContext)
beforeRowDeletedOnResultSet in interface ResultSetMethodCallbackspublic void beforeRowInsertedOnResultSet(MethodExecutionContext executionContext)
beforeRowInsertedOnResultSet in interface ResultSetMethodCallbackspublic void beforeRowUpdatedOnResultSet(MethodExecutionContext executionContext)
beforeRowUpdatedOnResultSet in interface ResultSetMethodCallbackspublic void beforeSetFetchDirectionOnResultSet(MethodExecutionContext executionContext)
beforeSetFetchDirectionOnResultSet in interface ResultSetMethodCallbackspublic void beforeSetFetchSizeOnResultSet(MethodExecutionContext executionContext)
beforeSetFetchSizeOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateArrayOnResultSet(MethodExecutionContext executionContext)
beforeUpdateArrayOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateAsciiStreamOnResultSet(MethodExecutionContext executionContext)
beforeUpdateAsciiStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateBigDecimalOnResultSet(MethodExecutionContext executionContext)
beforeUpdateBigDecimalOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateBinaryStreamOnResultSet(MethodExecutionContext executionContext)
beforeUpdateBinaryStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateBlobOnResultSet(MethodExecutionContext executionContext)
beforeUpdateBlobOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateBooleanOnResultSet(MethodExecutionContext executionContext)
beforeUpdateBooleanOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateByteOnResultSet(MethodExecutionContext executionContext)
beforeUpdateByteOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateBytesOnResultSet(MethodExecutionContext executionContext)
beforeUpdateBytesOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateCharacterStreamOnResultSet(MethodExecutionContext executionContext)
beforeUpdateCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateClobOnResultSet(MethodExecutionContext executionContext)
beforeUpdateClobOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateDateOnResultSet(MethodExecutionContext executionContext)
beforeUpdateDateOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateDoubleOnResultSet(MethodExecutionContext executionContext)
beforeUpdateDoubleOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateFloatOnResultSet(MethodExecutionContext executionContext)
beforeUpdateFloatOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateIntOnResultSet(MethodExecutionContext executionContext)
beforeUpdateIntOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateLongOnResultSet(MethodExecutionContext executionContext)
beforeUpdateLongOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateNCharacterStreamOnResultSet(MethodExecutionContext executionContext)
beforeUpdateNCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateNClobOnResultSet(MethodExecutionContext executionContext)
beforeUpdateNClobOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateNStringOnResultSet(MethodExecutionContext executionContext)
beforeUpdateNStringOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateNullOnResultSet(MethodExecutionContext executionContext)
beforeUpdateNullOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateObjectOnResultSet(MethodExecutionContext executionContext)
beforeUpdateObjectOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateRefOnResultSet(MethodExecutionContext executionContext)
beforeUpdateRefOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateRowOnResultSet(MethodExecutionContext executionContext)
beforeUpdateRowOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateRowIdOnResultSet(MethodExecutionContext executionContext)
beforeUpdateRowIdOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateShortOnResultSet(MethodExecutionContext executionContext)
beforeUpdateShortOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateSQLXMLOnResultSet(MethodExecutionContext executionContext)
beforeUpdateSQLXMLOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateStringOnResultSet(MethodExecutionContext executionContext)
beforeUpdateStringOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateTimeOnResultSet(MethodExecutionContext executionContext)
beforeUpdateTimeOnResultSet in interface ResultSetMethodCallbackspublic void beforeUpdateTimestampOnResultSet(MethodExecutionContext executionContext)
beforeUpdateTimestampOnResultSet in interface ResultSetMethodCallbackspublic void beforeWasNullOnResultSet(MethodExecutionContext executionContext)
beforeWasNullOnResultSet in interface ResultSetMethodCallbackspublic void afterAbsoluteOnResultSet(MethodExecutionContext executionContext)
afterAbsoluteOnResultSet in interface ResultSetMethodCallbackspublic void afterAfterLastOnResultSet(MethodExecutionContext executionContext)
afterAfterLastOnResultSet in interface ResultSetMethodCallbackspublic void afterBeforeFirstOnResultSet(MethodExecutionContext executionContext)
afterBeforeFirstOnResultSet in interface ResultSetMethodCallbackspublic void afterCancelRowUpdatesOnResultSet(MethodExecutionContext executionContext)
afterCancelRowUpdatesOnResultSet in interface ResultSetMethodCallbackspublic void afterClearWarningsOnResultSet(MethodExecutionContext executionContext)
afterClearWarningsOnResultSet in interface ResultSetMethodCallbackspublic void afterCloseOnResultSet(MethodExecutionContext executionContext)
afterCloseOnResultSet in interface ResultSetMethodCallbackspublic void afterDeleteRowOnResultSet(MethodExecutionContext executionContext)
afterDeleteRowOnResultSet in interface ResultSetMethodCallbackspublic void afterFindColumnOnResultSet(MethodExecutionContext executionContext)
afterFindColumnOnResultSet in interface ResultSetMethodCallbackspublic void afterFirstOnResultSet(MethodExecutionContext executionContext)
afterFirstOnResultSet in interface ResultSetMethodCallbackspublic void afterGetArrayOnResultSet(MethodExecutionContext executionContext)
afterGetArrayOnResultSet in interface ResultSetMethodCallbackspublic void afterGetAsciiStreamOnResultSet(MethodExecutionContext executionContext)
afterGetAsciiStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterGetBigDecimalOnResultSet(MethodExecutionContext executionContext)
afterGetBigDecimalOnResultSet in interface ResultSetMethodCallbackspublic void afterGetBinaryStreamOnResultSet(MethodExecutionContext executionContext)
afterGetBinaryStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterGetBlobOnResultSet(MethodExecutionContext executionContext)
afterGetBlobOnResultSet in interface ResultSetMethodCallbackspublic void afterGetBooleanOnResultSet(MethodExecutionContext executionContext)
afterGetBooleanOnResultSet in interface ResultSetMethodCallbackspublic void afterGetByteOnResultSet(MethodExecutionContext executionContext)
afterGetByteOnResultSet in interface ResultSetMethodCallbackspublic void afterGetBytesOnResultSet(MethodExecutionContext executionContext)
afterGetBytesOnResultSet in interface ResultSetMethodCallbackspublic void afterGetCharacterStreamOnResultSet(MethodExecutionContext executionContext)
afterGetCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterGetClobOnResultSet(MethodExecutionContext executionContext)
afterGetClobOnResultSet in interface ResultSetMethodCallbackspublic void afterGetConcurrencyOnResultSet(MethodExecutionContext executionContext)
afterGetConcurrencyOnResultSet in interface ResultSetMethodCallbackspublic void afterGetCursorNameOnResultSet(MethodExecutionContext executionContext)
afterGetCursorNameOnResultSet in interface ResultSetMethodCallbackspublic void afterGetDateOnResultSet(MethodExecutionContext executionContext)
afterGetDateOnResultSet in interface ResultSetMethodCallbackspublic void afterGetDoubleOnResultSet(MethodExecutionContext executionContext)
afterGetDoubleOnResultSet in interface ResultSetMethodCallbackspublic void afterGetFetchDirectionOnResultSet(MethodExecutionContext executionContext)
afterGetFetchDirectionOnResultSet in interface ResultSetMethodCallbackspublic void afterGetFetchSizeOnResultSet(MethodExecutionContext executionContext)
afterGetFetchSizeOnResultSet in interface ResultSetMethodCallbackspublic void afterGetFloatOnResultSet(MethodExecutionContext executionContext)
afterGetFloatOnResultSet in interface ResultSetMethodCallbackspublic void afterGetHoldabilityOnResultSet(MethodExecutionContext executionContext)
afterGetHoldabilityOnResultSet in interface ResultSetMethodCallbackspublic void afterGetIntOnResultSet(MethodExecutionContext executionContext)
afterGetIntOnResultSet in interface ResultSetMethodCallbackspublic void afterGetLongOnResultSet(MethodExecutionContext executionContext)
afterGetLongOnResultSet in interface ResultSetMethodCallbackspublic void afterGetMetaDataOnResultSet(MethodExecutionContext executionContext)
afterGetMetaDataOnResultSet in interface ResultSetMethodCallbackspublic void afterGetNCharacterStreamOnResultSet(MethodExecutionContext executionContext)
afterGetNCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterGetNClobOnResultSet(MethodExecutionContext executionContext)
afterGetNClobOnResultSet in interface ResultSetMethodCallbackspublic void afterGetNStringOnResultSet(MethodExecutionContext executionContext)
afterGetNStringOnResultSet in interface ResultSetMethodCallbackspublic void afterGetObjectOnResultSet(MethodExecutionContext executionContext)
afterGetObjectOnResultSet in interface ResultSetMethodCallbackspublic void afterGetRefOnResultSet(MethodExecutionContext executionContext)
afterGetRefOnResultSet in interface ResultSetMethodCallbackspublic void afterGetRowOnResultSet(MethodExecutionContext executionContext)
afterGetRowOnResultSet in interface ResultSetMethodCallbackspublic void afterGetRowIdOnResultSet(MethodExecutionContext executionContext)
afterGetRowIdOnResultSet in interface ResultSetMethodCallbackspublic void afterGetShortOnResultSet(MethodExecutionContext executionContext)
afterGetShortOnResultSet in interface ResultSetMethodCallbackspublic void afterGetSQLXMLOnResultSet(MethodExecutionContext executionContext)
afterGetSQLXMLOnResultSet in interface ResultSetMethodCallbackspublic void afterGetStatementOnResultSet(MethodExecutionContext executionContext)
afterGetStatementOnResultSet in interface ResultSetMethodCallbackspublic void afterGetStringOnResultSet(MethodExecutionContext executionContext)
afterGetStringOnResultSet in interface ResultSetMethodCallbackspublic void afterGetTimeOnResultSet(MethodExecutionContext executionContext)
afterGetTimeOnResultSet in interface ResultSetMethodCallbackspublic void afterGetTimestampOnResultSet(MethodExecutionContext executionContext)
afterGetTimestampOnResultSet in interface ResultSetMethodCallbackspublic void afterGetTypeOnResultSet(MethodExecutionContext executionContext)
afterGetTypeOnResultSet in interface ResultSetMethodCallbackspublic void afterGetUnicodeStreamOnResultSet(MethodExecutionContext executionContext)
afterGetUnicodeStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterGetURLOnResultSet(MethodExecutionContext executionContext)
afterGetURLOnResultSet in interface ResultSetMethodCallbackspublic void afterGetWarningsOnResultSet(MethodExecutionContext executionContext)
afterGetWarningsOnResultSet in interface ResultSetMethodCallbackspublic void afterInsertRowOnResultSet(MethodExecutionContext executionContext)
afterInsertRowOnResultSet in interface ResultSetMethodCallbackspublic void afterIsAfterLastOnResultSet(MethodExecutionContext executionContext)
afterIsAfterLastOnResultSet in interface ResultSetMethodCallbackspublic void afterIsBeforeFirstOnResultSet(MethodExecutionContext executionContext)
afterIsBeforeFirstOnResultSet in interface ResultSetMethodCallbackspublic void afterIsClosedOnResultSet(MethodExecutionContext executionContext)
afterIsClosedOnResultSet in interface ResultSetMethodCallbackspublic void afterIsFirstOnResultSet(MethodExecutionContext executionContext)
afterIsFirstOnResultSet in interface ResultSetMethodCallbackspublic void afterIsLastOnResultSet(MethodExecutionContext executionContext)
afterIsLastOnResultSet in interface ResultSetMethodCallbackspublic void afterLastOnResultSet(MethodExecutionContext executionContext)
afterLastOnResultSet in interface ResultSetMethodCallbackspublic void afterMoveToCurrentRowOnResultSet(MethodExecutionContext executionContext)
afterMoveToCurrentRowOnResultSet in interface ResultSetMethodCallbackspublic void afterMoveToInsertRowOnResultSet(MethodExecutionContext executionContext)
afterMoveToInsertRowOnResultSet in interface ResultSetMethodCallbackspublic void afterNextOnResultSet(MethodExecutionContext executionContext)
afterNextOnResultSet in interface ResultSetMethodCallbackspublic void afterPreviousOnResultSet(MethodExecutionContext executionContext)
afterPreviousOnResultSet in interface ResultSetMethodCallbackspublic void afterRefreshRowOnResultSet(MethodExecutionContext executionContext)
afterRefreshRowOnResultSet in interface ResultSetMethodCallbackspublic void afterRelativeOnResultSet(MethodExecutionContext executionContext)
afterRelativeOnResultSet in interface ResultSetMethodCallbackspublic void afterRowDeletedOnResultSet(MethodExecutionContext executionContext)
afterRowDeletedOnResultSet in interface ResultSetMethodCallbackspublic void afterRowInsertedOnResultSet(MethodExecutionContext executionContext)
afterRowInsertedOnResultSet in interface ResultSetMethodCallbackspublic void afterRowUpdatedOnResultSet(MethodExecutionContext executionContext)
afterRowUpdatedOnResultSet in interface ResultSetMethodCallbackspublic void afterSetFetchDirectionOnResultSet(MethodExecutionContext executionContext)
afterSetFetchDirectionOnResultSet in interface ResultSetMethodCallbackspublic void afterSetFetchSizeOnResultSet(MethodExecutionContext executionContext)
afterSetFetchSizeOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateArrayOnResultSet(MethodExecutionContext executionContext)
afterUpdateArrayOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateAsciiStreamOnResultSet(MethodExecutionContext executionContext)
afterUpdateAsciiStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateBigDecimalOnResultSet(MethodExecutionContext executionContext)
afterUpdateBigDecimalOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateBinaryStreamOnResultSet(MethodExecutionContext executionContext)
afterUpdateBinaryStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateBlobOnResultSet(MethodExecutionContext executionContext)
afterUpdateBlobOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateBooleanOnResultSet(MethodExecutionContext executionContext)
afterUpdateBooleanOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateByteOnResultSet(MethodExecutionContext executionContext)
afterUpdateByteOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateBytesOnResultSet(MethodExecutionContext executionContext)
afterUpdateBytesOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateCharacterStreamOnResultSet(MethodExecutionContext executionContext)
afterUpdateCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateClobOnResultSet(MethodExecutionContext executionContext)
afterUpdateClobOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateDateOnResultSet(MethodExecutionContext executionContext)
afterUpdateDateOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateDoubleOnResultSet(MethodExecutionContext executionContext)
afterUpdateDoubleOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateFloatOnResultSet(MethodExecutionContext executionContext)
afterUpdateFloatOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateIntOnResultSet(MethodExecutionContext executionContext)
afterUpdateIntOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateLongOnResultSet(MethodExecutionContext executionContext)
afterUpdateLongOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateNCharacterStreamOnResultSet(MethodExecutionContext executionContext)
afterUpdateNCharacterStreamOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateNClobOnResultSet(MethodExecutionContext executionContext)
afterUpdateNClobOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateNStringOnResultSet(MethodExecutionContext executionContext)
afterUpdateNStringOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateNullOnResultSet(MethodExecutionContext executionContext)
afterUpdateNullOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateObjectOnResultSet(MethodExecutionContext executionContext)
afterUpdateObjectOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateRefOnResultSet(MethodExecutionContext executionContext)
afterUpdateRefOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateRowOnResultSet(MethodExecutionContext executionContext)
afterUpdateRowOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateRowIdOnResultSet(MethodExecutionContext executionContext)
afterUpdateRowIdOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateShortOnResultSet(MethodExecutionContext executionContext)
afterUpdateShortOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateSQLXMLOnResultSet(MethodExecutionContext executionContext)
afterUpdateSQLXMLOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateStringOnResultSet(MethodExecutionContext executionContext)
afterUpdateStringOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateTimeOnResultSet(MethodExecutionContext executionContext)
afterUpdateTimeOnResultSet in interface ResultSetMethodCallbackspublic void afterUpdateTimestampOnResultSet(MethodExecutionContext executionContext)
afterUpdateTimestampOnResultSet in interface ResultSetMethodCallbackspublic void afterWasNullOnResultSet(MethodExecutionContext executionContext)
afterWasNullOnResultSet in interface ResultSetMethodCallbackspublic void beforeIsWrapperForOnStatement(MethodExecutionContext executionContext)
beforeIsWrapperForOnStatement in interface StatementMethodCallbackspublic void beforeUnwrapOnStatement(MethodExecutionContext executionContext)
beforeUnwrapOnStatement in interface StatementMethodCallbackspublic void afterIsWrapperForOnStatement(MethodExecutionContext executionContext)
afterIsWrapperForOnStatement in interface StatementMethodCallbackspublic void afterUnwrapOnStatement(MethodExecutionContext executionContext)
afterUnwrapOnStatement in interface StatementMethodCallbackspublic void beforeAddBatchOnStatement(MethodExecutionContext executionContext)
beforeAddBatchOnStatement in interface StatementMethodCallbackspublic void beforeCancelOnStatement(MethodExecutionContext executionContext)
beforeCancelOnStatement in interface StatementMethodCallbackspublic void beforeClearBatchOnStatement(MethodExecutionContext executionContext)
beforeClearBatchOnStatement in interface StatementMethodCallbackspublic void beforeClearWarningsOnStatement(MethodExecutionContext executionContext)
beforeClearWarningsOnStatement in interface StatementMethodCallbackspublic void beforeCloseOnStatement(MethodExecutionContext executionContext)
beforeCloseOnStatement in interface StatementMethodCallbackspublic void beforeCloseOnCompletionOnStatement(MethodExecutionContext executionContext)
beforeCloseOnCompletionOnStatement in interface StatementMethodCallbackspublic void beforeExecuteOnStatement(MethodExecutionContext executionContext)
beforeExecuteOnStatement in interface StatementMethodCallbackspublic void beforeExecuteBatchOnStatement(MethodExecutionContext executionContext)
beforeExecuteBatchOnStatement in interface StatementMethodCallbackspublic void beforeExecuteLargeBatchOnStatement(MethodExecutionContext executionContext)
beforeExecuteLargeBatchOnStatement in interface StatementMethodCallbackspublic void beforeExecuteLargeUpdateOnStatement(MethodExecutionContext executionContext)
beforeExecuteLargeUpdateOnStatement in interface StatementMethodCallbackspublic void beforeExecuteQueryOnStatement(MethodExecutionContext executionContext)
beforeExecuteQueryOnStatement in interface StatementMethodCallbackspublic void beforeExecuteUpdateOnStatement(MethodExecutionContext executionContext)
beforeExecuteUpdateOnStatement in interface StatementMethodCallbackspublic void beforeGetConnectionOnStatement(MethodExecutionContext executionContext)
beforeGetConnectionOnStatement in interface StatementMethodCallbackspublic void beforeGetFetchDirectionOnStatement(MethodExecutionContext executionContext)
beforeGetFetchDirectionOnStatement in interface StatementMethodCallbackspublic void beforeGetFetchSizeOnStatement(MethodExecutionContext executionContext)
beforeGetFetchSizeOnStatement in interface StatementMethodCallbackspublic void beforeGetGeneratedKeysOnStatement(MethodExecutionContext executionContext)
beforeGetGeneratedKeysOnStatement in interface StatementMethodCallbackspublic void beforeGetLargeMaxRowsOnStatement(MethodExecutionContext executionContext)
beforeGetLargeMaxRowsOnStatement in interface StatementMethodCallbackspublic void beforeGetLargeUpdateCountOnStatement(MethodExecutionContext executionContext)
beforeGetLargeUpdateCountOnStatement in interface StatementMethodCallbackspublic void beforeGetMaxFieldSizeOnStatement(MethodExecutionContext executionContext)
beforeGetMaxFieldSizeOnStatement in interface StatementMethodCallbackspublic void beforeGetMaxRowsOnStatement(MethodExecutionContext executionContext)
beforeGetMaxRowsOnStatement in interface StatementMethodCallbackspublic void beforeGetMoreResultsOnStatement(MethodExecutionContext executionContext)
beforeGetMoreResultsOnStatement in interface StatementMethodCallbackspublic void beforeGetQueryTimeoutOnStatement(MethodExecutionContext executionContext)
beforeGetQueryTimeoutOnStatement in interface StatementMethodCallbackspublic void beforeGetResultSetOnStatement(MethodExecutionContext executionContext)
beforeGetResultSetOnStatement in interface StatementMethodCallbackspublic void beforeGetResultSetConcurrencyOnStatement(MethodExecutionContext executionContext)
beforeGetResultSetConcurrencyOnStatement in interface StatementMethodCallbackspublic void beforeGetResultSetHoldabilityOnStatement(MethodExecutionContext executionContext)
beforeGetResultSetHoldabilityOnStatement in interface StatementMethodCallbackspublic void beforeGetResultSetTypeOnStatement(MethodExecutionContext executionContext)
beforeGetResultSetTypeOnStatement in interface StatementMethodCallbackspublic void beforeGetUpdateCountOnStatement(MethodExecutionContext executionContext)
beforeGetUpdateCountOnStatement in interface StatementMethodCallbackspublic void beforeGetWarningsOnStatement(MethodExecutionContext executionContext)
beforeGetWarningsOnStatement in interface StatementMethodCallbackspublic void beforeIsClosedOnStatement(MethodExecutionContext executionContext)
beforeIsClosedOnStatement in interface StatementMethodCallbackspublic void beforeIsCloseOnCompletionOnStatement(MethodExecutionContext executionContext)
beforeIsCloseOnCompletionOnStatement in interface StatementMethodCallbackspublic void beforeIsPoolableOnStatement(MethodExecutionContext executionContext)
beforeIsPoolableOnStatement in interface StatementMethodCallbackspublic void beforeSetCursorNameOnStatement(MethodExecutionContext executionContext)
beforeSetCursorNameOnStatement in interface StatementMethodCallbackspublic void beforeSetEscapeProcessingOnStatement(MethodExecutionContext executionContext)
beforeSetEscapeProcessingOnStatement in interface StatementMethodCallbackspublic void beforeSetFetchDirectionOnStatement(MethodExecutionContext executionContext)
beforeSetFetchDirectionOnStatement in interface StatementMethodCallbackspublic void beforeSetFetchSizeOnStatement(MethodExecutionContext executionContext)
beforeSetFetchSizeOnStatement in interface StatementMethodCallbackspublic void beforeSetLargeMaxRowsOnStatement(MethodExecutionContext executionContext)
beforeSetLargeMaxRowsOnStatement in interface StatementMethodCallbackspublic void beforeSetMaxFieldSizeOnStatement(MethodExecutionContext executionContext)
beforeSetMaxFieldSizeOnStatement in interface StatementMethodCallbackspublic void beforeSetMaxRowsOnStatement(MethodExecutionContext executionContext)
beforeSetMaxRowsOnStatement in interface StatementMethodCallbackspublic void beforeSetPoolableOnStatement(MethodExecutionContext executionContext)
beforeSetPoolableOnStatement in interface StatementMethodCallbackspublic void beforeSetQueryTimeoutOnStatement(MethodExecutionContext executionContext)
beforeSetQueryTimeoutOnStatement in interface StatementMethodCallbackspublic void afterAddBatchOnStatement(MethodExecutionContext executionContext)
afterAddBatchOnStatement in interface StatementMethodCallbackspublic void afterCancelOnStatement(MethodExecutionContext executionContext)
afterCancelOnStatement in interface StatementMethodCallbackspublic void afterClearBatchOnStatement(MethodExecutionContext executionContext)
afterClearBatchOnStatement in interface StatementMethodCallbackspublic void afterClearWarningsOnStatement(MethodExecutionContext executionContext)
afterClearWarningsOnStatement in interface StatementMethodCallbackspublic void afterCloseOnStatement(MethodExecutionContext executionContext)
afterCloseOnStatement in interface StatementMethodCallbackspublic void afterCloseOnCompletionOnStatement(MethodExecutionContext executionContext)
afterCloseOnCompletionOnStatement in interface StatementMethodCallbackspublic void afterExecuteOnStatement(MethodExecutionContext executionContext)
afterExecuteOnStatement in interface StatementMethodCallbackspublic void afterExecuteBatchOnStatement(MethodExecutionContext executionContext)
afterExecuteBatchOnStatement in interface StatementMethodCallbackspublic void afterExecuteLargeBatchOnStatement(MethodExecutionContext executionContext)
afterExecuteLargeBatchOnStatement in interface StatementMethodCallbackspublic void afterExecuteLargeUpdateOnStatement(MethodExecutionContext executionContext)
afterExecuteLargeUpdateOnStatement in interface StatementMethodCallbackspublic void afterExecuteQueryOnStatement(MethodExecutionContext executionContext)
afterExecuteQueryOnStatement in interface StatementMethodCallbackspublic void afterExecuteUpdateOnStatement(MethodExecutionContext executionContext)
afterExecuteUpdateOnStatement in interface StatementMethodCallbackspublic void afterGetConnectionOnStatement(MethodExecutionContext executionContext)
afterGetConnectionOnStatement in interface StatementMethodCallbackspublic void afterGetFetchDirectionOnStatement(MethodExecutionContext executionContext)
afterGetFetchDirectionOnStatement in interface StatementMethodCallbackspublic void afterGetFetchSizeOnStatement(MethodExecutionContext executionContext)
afterGetFetchSizeOnStatement in interface StatementMethodCallbackspublic void afterGetGeneratedKeysOnStatement(MethodExecutionContext executionContext)
afterGetGeneratedKeysOnStatement in interface StatementMethodCallbackspublic void afterGetLargeMaxRowsOnStatement(MethodExecutionContext executionContext)
afterGetLargeMaxRowsOnStatement in interface StatementMethodCallbackspublic void afterGetLargeUpdateCountOnStatement(MethodExecutionContext executionContext)
afterGetLargeUpdateCountOnStatement in interface StatementMethodCallbackspublic void afterGetMaxFieldSizeOnStatement(MethodExecutionContext executionContext)
afterGetMaxFieldSizeOnStatement in interface StatementMethodCallbackspublic void afterGetMaxRowsOnStatement(MethodExecutionContext executionContext)
afterGetMaxRowsOnStatement in interface StatementMethodCallbackspublic void afterGetMoreResultsOnStatement(MethodExecutionContext executionContext)
afterGetMoreResultsOnStatement in interface StatementMethodCallbackspublic void afterGetQueryTimeoutOnStatement(MethodExecutionContext executionContext)
afterGetQueryTimeoutOnStatement in interface StatementMethodCallbackspublic void afterGetResultSetOnStatement(MethodExecutionContext executionContext)
afterGetResultSetOnStatement in interface StatementMethodCallbackspublic void afterGetResultSetConcurrencyOnStatement(MethodExecutionContext executionContext)
afterGetResultSetConcurrencyOnStatement in interface StatementMethodCallbackspublic void afterGetResultSetHoldabilityOnStatement(MethodExecutionContext executionContext)
afterGetResultSetHoldabilityOnStatement in interface StatementMethodCallbackspublic void afterGetResultSetTypeOnStatement(MethodExecutionContext executionContext)
afterGetResultSetTypeOnStatement in interface StatementMethodCallbackspublic void afterGetUpdateCountOnStatement(MethodExecutionContext executionContext)
afterGetUpdateCountOnStatement in interface StatementMethodCallbackspublic void afterGetWarningsOnStatement(MethodExecutionContext executionContext)
afterGetWarningsOnStatement in interface StatementMethodCallbackspublic void afterIsClosedOnStatement(MethodExecutionContext executionContext)
afterIsClosedOnStatement in interface StatementMethodCallbackspublic void afterIsCloseOnCompletionOnStatement(MethodExecutionContext executionContext)
afterIsCloseOnCompletionOnStatement in interface StatementMethodCallbackspublic void afterIsPoolableOnStatement(MethodExecutionContext executionContext)
afterIsPoolableOnStatement in interface StatementMethodCallbackspublic void afterSetCursorNameOnStatement(MethodExecutionContext executionContext)
afterSetCursorNameOnStatement in interface StatementMethodCallbackspublic void afterSetEscapeProcessingOnStatement(MethodExecutionContext executionContext)
afterSetEscapeProcessingOnStatement in interface StatementMethodCallbackspublic void afterSetFetchDirectionOnStatement(MethodExecutionContext executionContext)
afterSetFetchDirectionOnStatement in interface StatementMethodCallbackspublic void afterSetFetchSizeOnStatement(MethodExecutionContext executionContext)
afterSetFetchSizeOnStatement in interface StatementMethodCallbackspublic void afterSetLargeMaxRowsOnStatement(MethodExecutionContext executionContext)
afterSetLargeMaxRowsOnStatement in interface StatementMethodCallbackspublic void afterSetMaxFieldSizeOnStatement(MethodExecutionContext executionContext)
afterSetMaxFieldSizeOnStatement in interface StatementMethodCallbackspublic void afterSetMaxRowsOnStatement(MethodExecutionContext executionContext)
afterSetMaxRowsOnStatement in interface StatementMethodCallbackspublic void afterSetPoolableOnStatement(MethodExecutionContext executionContext)
afterSetPoolableOnStatement in interface StatementMethodCallbackspublic void afterSetQueryTimeoutOnStatement(MethodExecutionContext executionContext)
afterSetQueryTimeoutOnStatement in interface StatementMethodCallbacksCopyright © 2019. All rights reserved.