JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.r2dbc.postgresql.message.backend
Interface BackendMessage
All Known Subinterfaces:
AuthenticationMessage
All Known Implementing Classes:
AuthenticationCleartextPassword
,
AuthenticationGSS
,
AuthenticationGSSContinue
,
AuthenticationKerberosV5
,
AuthenticationMD5Password
,
AuthenticationOk
,
AuthenticationSASL
,
AuthenticationSASLContinue
,
AuthenticationSASLFinal
,
AuthenticationSCMCredential
,
AuthenticationSSPI
,
BackendKeyData
,
BindComplete
,
CloseComplete
,
CommandComplete
,
CopyBothResponse
,
CopyData
,
CopyDone
,
CopyInResponse
,
CopyOutResponse
,
DataRow
,
EmptyQueryResponse
,
ErrorResponse
,
FunctionCallResponse
,
NoData
,
NoticeResponse
,
NotificationResponse
,
ParameterDescription
,
ParameterStatus
,
ParseComplete
,
PortalSuspended
,
ReadyForQuery
,
RowDescription
public interface
BackendMessage
A message sent from a backend server to a frontend client.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2019. All rights reserved.