dpeq.result

Structures that describe query results and notifications, received from backend.

Members

Enums

RowBlockState
enum RowBlockState

Row block data rows are in one of these states

Structs

FieldDescription
struct FieldDescription

Lazily-deserialized field (column) description

Message
struct Message

Message, received from backend.

Notice
struct Notice

Contents of NoticeResponse or ErrorResponse messages. https://www.postgresql.org/docs/current/static/protocol-error-fields.html

Notification
struct Notification

NotificationResponse message received from the backend. https://www.postgresql.org/docs/current/static/sql-notify.html

QueryResult
struct QueryResult

Generic query result, returned by getQueryResults

RowBlock
struct RowBlock

Array of rows, returned by the server, wich all share one row description. Simple queries may include multiple SQL statements, each returning a row block. In extended query protocol flow, row block is retuned for each "Execute" message.

RowDescription
struct RowDescription

Meta

Authors

Boris-Barboris