java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.initdb.MySQLComInitDbPacket
All Implemented Interfaces:
MySQLPacket, CommandPacket, DatabasePacket<MySQLPacketPayload>

public final class MySQLComInitDbPacket extends MySQLCommandPacket
COM_INIT_DB command packet for MySQL.
See Also: