Structure
PostgresMessage.Execute
Identifies the message as an Execute command.
struct Execute
Topics
Instance Properties
descriptionmaxRowsMaximum number of rows to return, if portal contains a query that returns rows (ignored otherwise). Zero denotes “no limit”.portalNameThe name of the destination portal (an empty string selects the unnamed portal).
Instance Methods
serialize(into:)Serializes this message into a byte buffer.