Skip to content

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.
  • description
    See CustomStringConvertible.
  • name
    The name of the prepared statement or portal to describe (an empty string selects the unnamed prepared statement or portal).

Instance Methods

Type Properties

Enumerations

Relationships

Conforms To