Class MySQLMultiStatementsHandler
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.command.query.text.query.MySQLMultiStatementsHandler
- All Implemented Interfaces:
ProxyBackendHandler
Handler for MySQL multi statements.
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLMultiStatementsHandler(ConnectionSession connectionSession, org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatementSample, String sql) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.proxy.backend.handler.ProxyBackendHandler
close, getRowData, next
-
Constructor Details
-
MySQLMultiStatementsHandler
public MySQLMultiStatementsHandler(ConnectionSession connectionSession, org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatementSample, String sql)
-
-
Method Details
-
execute
- Specified by:
executein interfaceProxyBackendHandler- Throws:
SQLException
-