Class OpenGaussCommandPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.postgresql.packet.command.PostgreSQLCommandPacket
org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacket
- All Implemented Interfaces:
org.apache.shardingsphere.db.protocol.packet.CommandPacket,org.apache.shardingsphere.db.protocol.packet.DatabasePacket<PostgreSQLPacketPayload>,PostgreSQLIdentifierPacket,PostgreSQLPacket
- Direct Known Subclasses:
OpenGaussComBatchBindPacket
Command packet for openGauss.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.db.protocol.packet.DatabasePacket
writeMethods inherited from interface org.apache.shardingsphere.db.protocol.postgresql.packet.identifier.PostgreSQLIdentifierPacket
getIdentifier
-
Constructor Details
-
OpenGaussCommandPacket
public OpenGaussCommandPacket()
-