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

public final class MySQLComStmtClosePacket extends MySQLCommandPacket
COM_STMT_CLOSE command packet for MySQL.
See Also:
  • Constructor Details