Structure
PostgresMessage.Close
Identifies the message as a Close Command
struct Close
Topics
Instance Properties
descriptionSeeCustomStringConvertible.nameThe name of the prepared statement or portal to describe (an empty string selects the unnamed prepared statement or portal).targetDetermines if thenameidentifes a portal or a prepared statement
Instance Methods
serialize(into:)Serializes this message into a byte buffer.
Type Properties
Enumerations
PostgresMessage.Close.TargetClose Target. Determines if the Close command should close a prepared statement or portal.