Skip to content

Structure

PostgresMessage.Execute

Identifies the message as an Execute command.
struct Execute

Topics

Instance Properties

  • description
  • maxRows
    Maximum number of rows to return, if portal contains a query that returns rows (ignored otherwise). Zero denotes “no limit”.
  • portalName
    The name of the destination portal (an empty string selects the unnamed portal).

Instance Methods

Type Properties

Relationships

Conforms To