java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
All Implemented Interfaces:
MySQLPacket, CommandPacket, DatabasePacket<MySQLPacketPayload>
Direct Known Subclasses:
MySQLComBinlogDumpCommandPacket, MySQLComFieldListPacket, MySQLComInitDbPacket, MySQLComPingPacket, MySQLComQueryPacket, MySQLComQuitPacket, MySQLComRegisterSlaveCommandPacket, MySQLComResetConnectionPacket, MySQLComSetOptionPacket, MySQLComStmtClosePacket, MySQLComStmtExecutePacket, MySQLComStmtPreparePacket, MySQLComStmtResetPacket, MySQLComStmtSendLongDataPacket, MySQLUnsupportedCommandPacket

public abstract class MySQLCommandPacket extends Object implements MySQLPacket, CommandPacket
Command packet for MySQL.