Structure
PostgresMessage.CommandComplete
Identifies the message as a Close command.
struct CommandComplete
Topics
Instance Properties
tagThe command tag. This is usually a single word that identifies which SQL command was completed.
Type Methods
parse(from:)Parses an instance of this message type from a byte buffer.