dpeq.schema

Structures that describe the schema of query results.

Members

Structs

FieldDescription
struct FieldDescription

Lazily-demarshalled field (column) description

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 corresponding to row block. In extended query protocol flow, row block is retuned for each "Execute" message.

RowDescription
struct RowDescription
Undocumented in source.

Meta

Authors

Boris-Barboris