Skip to content

Structure

PostgresMessage.Parse

Identifies the message as a Parse command.
struct Parse

Topics

Instance Properties

  • parameterTypes
    The number of parameter data types specified (can be zero). Note that this is not an indication of the number of parameters that might appear in the query string, only the number that the frontend wants to prespecify types for. Specifies the object ID of the parameter data type. Placing a zero here is equivalent to leaving the type unspecified.
  • query
    The query string to be parsed.
  • statementName
    The name of the destination prepared statement (an empty string selects the unnamed prepared statement).

Instance Methods

Type Properties

Relationships

Conforms To