MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.jdbc.StatementInterceptor Class Reference

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

Detailed Description

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.


The documentation for this class was generated from the following file: