Structure
PostgresMessage.Describe
Identifies the message as a Describe command.
struct Describe
Topics
Instance Properties
command‘S’ to describe a prepared statement; or ‘P’ to describe a portal.descriptionSeeCustomStringConvertible.nameThe name of the prepared statement or portal to describe (an empty string selects the unnamed prepared statement or portal).
Instance Methods
serialize(into:)Serializes this message into a byte buffer.
Type Properties
Enumerations
PostgresMessage.Describe.CommandCommand type.