Class MySQLComQueryPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.query.MySQLComQueryPacket
- All Implemented Interfaces:
MySQLPacket,CommandPacket,DatabasePacket<MySQLPacketPayload>
COM_QUERY command packet for MySQL.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLComQueryPacket(String sql, boolean sqlCommentParseEnabled) MySQLComQueryPacket(MySQLPacketPayload payload, boolean sqlCommentParseEnabled) -
Method Summary
Methods inherited from class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
getSequenceId, write
-
Constructor Details
-
MySQLComQueryPacket
-
MySQLComQueryPacket
-
-
Method Details
-
doWrite
- Overrides:
doWritein classMySQLCommandPacket
-