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