Module query

Module query 

Source
Expand description

Query-related backend messages.

Structsยง

CommandComplete
CommandComplete message - indicates successful completion of a command.
DataRow
DataRow message - contains a single row of data.
DataRowHead
DataRow message header.
DataRowIter
Iterator over column values in a DataRow.
EmptyQueryResponse
EmptyQueryResponse message - response to an empty query string.
FieldDescription
Field description within a RowDescription.
FieldDescriptionTail
Fixed-size tail of a field description (18 bytes).
RowDescription
RowDescription message - describes the columns in a result set.