Module backend

Module backend 

Source
Expand description

PostgreSQL backend (server → client) messages.

Re-exports§

pub use auth::AuthenticationMessage;
pub use auth::BackendKeyData;
pub use auth::NegotiateProtocolVersion;
pub use auth::NotificationResponse;
pub use auth::ParameterStatus;
pub use auth::ReadyForQuery;
pub use copy::CopyInResponse;
pub use copy::CopyOutResponse;
pub use super::copy::CopyData;
pub use super::copy::CopyDone;
pub use error::ErrorResponse;
pub use error::NoticeResponse;
pub use extended::BindComplete;
pub use extended::CloseComplete;
pub use extended::NoData;
pub use extended::ParameterDescription;
pub use extended::ParseComplete;
pub use extended::PortalSuspended;
pub use query::CommandComplete;
pub use query::DataRow;
pub use query::EmptyQueryResponse;
pub use query::FieldDescriptionTail;
pub use query::RowDescription;

Modules§

auth
Authentication-related backend messages.
copy
COPY protocol backend messages.
error
Error and notice response messages.
extended
Extended query protocol backend messages.
msg_type
Backend message type bytes.
query
Query-related backend messages.

Structs§

RawMessage
Raw message from the PostgreSQL server.