MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
void | init (Connection connection, Properties properties) throws SQLException |
void | destroy () |
boolean | executeTopLevelOnly () |
ResultSetInternalMethods | postProcess (String sql, Statement statement, ResultSetInternalMethods result, Connection connection, int arg4, boolean arg5, boolean arg6, SQLException sqlException) throws SQLException |
ResultSetInternalMethods | preProcess (String sql, Statement statement, Connection connection) throws SQLException |
This interceptor is called for execution of each statement of the associated connection. It is registered with the connection via the connection URL parameter statementInterceptors=com.mysql.clusterj.jdbc.StatementInterceptor. It must be used in conjunction with the ConnectionLifecycleInterceptor.
Definition at line 32 of file StatementInterceptor.java.