Class MySQLComInitDbExecutor
- java.lang.Object
-
- org.apache.shardingsphere.proxy.frontend.mysql.command.admin.initdb.MySQLComInitDbExecutor
-
- All Implemented Interfaces:
CommandExecutor
public final class MySQLComInitDbExecutor extends Object implements CommandExecutor
COM_INIT_DB command executor for MySQL.
-
-
Constructor Summary
Constructors Constructor Description MySQLComInitDbExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<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, wait
-
Methods inherited from interface org.apache.shardingsphere.proxy.frontend.command.executor.CommandExecutor
close
-
-
-
-
Method Detail
-
execute
public Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket> execute()
- Specified by:
executein interfaceCommandExecutor
-
-