MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.jdbc.SQLExecutor.Executor Interface Reference
Inheritance diagram for com.mysql.clusterj.jdbc.SQLExecutor.Executor:

Public Member Functions

ResultSetInternalMethods execute (InterceptorImpl interceptor, ParameterBindings parameterBindings) throws SQLException

Detailed Description

This is the public interface exposed to other parts of the component. Calling this method executes the SQL statement via the clusterj api, or returns null indicating that the JDBC driver should execute the SQL statement.

Definition at line 109 of file SQLExecutor.java.

Member Function Documentation

ResultSetInternalMethods com.mysql.clusterj.jdbc.SQLExecutor.Executor.execute ( InterceptorImpl  interceptor,
ParameterBindings  parameterBindings 
) throws SQLException

Execute the SQL command

Parameters
sessionthe clusterj session which must not be null
parameterBindingsthe parameter bindings from the prepared statement
Returns
the result of executing the statement, or null
Exceptions
SQLException

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