Class MySQLUnsupportedCommandPacket

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

public final class MySQLUnsupportedCommandPacket extends MySQLCommandPacket
Unsupported command packet for MySQL.
  • Constructor Details