Module convergence::protocol[][src]

Contains types that represent the core Postgres wire protocol.

Structs

AuthenticationOk
Bind
BindComplete
CommandComplete
ConnectionCodec
EmptyQueryResponse
ErrorResponse
Execute
FieldDescription
NoData
ParameterDescription
ParameterStatus
Parse
ParseComplete
ReadyForQuery
RowDescription
Severity
SqlState
Startup

Enums

BindFormat
ClientMessage
DataTypeOid

Describes a Postgres data type.

Describe
FormatCode

Describes how to format a given value or set of values.

ProtocolError

Traits

BackendMessage