Structure
PostgresMessage.Describe
Identifies the message as a Describe command.
struct Describe
Topics
Instance Properties
let command: PostgresMessage.Describe.Command‘S’ to describe a prepared statement; or ‘P’ to describe a portal.var description: StringSeeCustomStringConvertible.var name: StringThe name of the prepared statement or portal to describe (an empty string selects the unnamed prepared statement or portal).
Instance Methods
func serialize(into: inout ByteBuffer)Serializes this message into a byte buffer.
Type Properties
Enumerations
enum CommandCommand type.