Structure
PostgresMessage.Parse
Identifies the message as a Parse command.
struct Parse
Topics
Instance Properties
parameterTypesThe 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.queryThe query string to be parsed.statementNameThe name of the destination prepared statement (an empty string selects the unnamed prepared statement).
Instance Methods
serialize(into:)Serializes this message into a byte buffer.