Class MySQLComResetConnectionExecutor
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.command.admin.MySQLComResetConnectionExecutor
- All Implemented Interfaces:
CommandExecutor
COM_RESET_CONNECTION command executor for MySQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket<?>>execute()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.frontend.command.executor.CommandExecutor
close
-
Constructor Details
-
MySQLComResetConnectionExecutor
public MySQLComResetConnectionExecutor()
-
-
Method Details
-
execute
public Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket<?>> execute() throws SQLException- Specified by:
executein interfaceCommandExecutor- Throws:
SQLException
-