Structure
PostgresMessage.SimpleQuery
Identifies the message as a simple query.
struct SimpleQuery
Topics
Instance Properties
var string: StringThe query string itself.
Instance Methods
func serialize(into: inout ByteBuffer)Serializes this message into a byte buffer.