Skip to content

Structure

PostgresMessage.CommandComplete

Identifies the message as a Close command.
struct CommandComplete

Topics

Instance Properties

  • tag
    The 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.

Relationships

Conforms To