Class MySQLComSetOptionPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.MySQLComSetOptionPacket
- All Implemented Interfaces:
MySQLPacket,CommandPacket,DatabasePacket<MySQLPacketPayload>
COM_SET_OPTION command packet for MySQL.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
doWrite, getSequenceId, write
-
Field Details
-
MYSQL_OPTION_MULTI_STATEMENTS_ON
public static final int MYSQL_OPTION_MULTI_STATEMENTS_ON- See Also:
-
MYSQL_OPTION_MULTI_STATEMENTS_OFF
public static final int MYSQL_OPTION_MULTI_STATEMENTS_OFF- See Also:
-
-
Constructor Details
-
MySQLComSetOptionPacket
-