pub enum Backend {
Show 33 variants
AuthenticationOk,
AuthenticationKerberosV5,
AuthenticationCleartextPassword,
AuthenticationMD5Password,
AuthenticationGSS,
AuthenticationGSSContinue,
AuthenticationSSPI,
AuthenticationSASL,
AuthenticationSASLContinue,
AuthenticationSASLFinal,
BackendKeyData,
BindComplete,
CloseComplete,
CommandComplete,
CopyData,
CopyDone,
CopyInResponse,
CopyOutResponse,
CopyBothResponse,
DataRow,
EmptyQueryResponse,
ErrorResponse,
FunctionCallResponse,
NegotiateProtocolVersion,
NoData,
NoticeResponse,
NotificationResponse,
ParameterDescription,
ParameterStatus,
ParseComplete,
PortalSuspended,
ReadyForQuery,
RowDescription,
}Expand description
The Backend message group contains messages sent from the backend to the frontend.
Variants§
AuthenticationOk
Matched AuthenticationOk
AuthenticationKerberosV5
Matched AuthenticationKerberosV5
AuthenticationCleartextPassword
Matched AuthenticationCleartextPassword
AuthenticationMD5Password
Matched AuthenticationMD5Password
AuthenticationGSS
Matched AuthenticationGSS
AuthenticationGSSContinue
Matched AuthenticationGSSContinue
AuthenticationSSPI
Matched AuthenticationSSPI
AuthenticationSASL
Matched AuthenticationSASL
AuthenticationSASLContinue
Matched AuthenticationSASLContinue
AuthenticationSASLFinal
Matched AuthenticationSASLFinal
BackendKeyData
Matched BackendKeyData
BindComplete
Matched BindComplete
CloseComplete
Matched CloseComplete
CommandComplete
Matched CommandComplete
CopyData
Matched CopyData
CopyDone
Matched CopyDone
CopyInResponse
Matched CopyInResponse
CopyOutResponse
Matched CopyOutResponse
CopyBothResponse
Matched CopyBothResponse
DataRow
Matched DataRow
EmptyQueryResponse
Matched EmptyQueryResponse
ErrorResponse
Matched ErrorResponse
FunctionCallResponse
Matched FunctionCallResponse
NegotiateProtocolVersion
Matched NegotiateProtocolVersion
NoData
Matched NoData
NoticeResponse
Matched NoticeResponse
NotificationResponse
Matched NotificationResponse
ParameterDescription
Matched ParameterDescription
ParameterStatus
Matched ParameterStatus
ParseComplete
Matched ParseComplete
PortalSuspended
Matched PortalSuspended
ReadyForQuery
Matched ReadyForQuery
RowDescription
Matched RowDescription