Structure
PostgresMessage.CommandComplete
Identifies the message as a Close command.
struct CommandComplete
Topics
Instance Properties
var tag: StringThe command tag. This is usually a single word that identifies which SQL command was completed.
Type Methods
static func parse(from: inout ByteBuffer) throws -> PostgresMessage.CommandCompleteParses an instance of this message type from a byte buffer.