Structure
PostgresMessage.SimpleQuery
Identifies the message as a simple query.
struct SimpleQuery
Topics
Instance Properties
stringThe query string itself.
Instance Methods
serialize(into:)Serializes this message into a byte buffer.
Structure
struct SimpleQuery
stringserialize(into:)