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