Structure
PostgresMessage.Parse
Identifies the message as a Parse command.
struct Parse
Topics
Instance Properties
var parameterTypes: [PostgresDataType]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.var query: StringThe query string to be parsed.var statementName: StringThe name of the destination prepared statement (an empty string selects the unnamed prepared statement).
Instance Methods
func serialize(into: inout ByteBuffer)Serializes this message into a byte buffer.