skunk.net.message.BackendMessage
See theBackendMessage companion object
trait BackendMessage
Family of messages that are received from the server (the "back end"). These messages all consist of a leading tag and a length-prefixed payload. This is an open hierarchy because I don't like the aesthetics of a 52-case ADT. We may revisit this but it's ok for now.
Attributes
- Companion
- object
- Source
- BackendMessage.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait AuthenticationRequestobject AuthenticationGSSobject AuthenticationKerberosV5object AuthenticationOkclass AuthenticationSASLclass AuthenticationSASLFinalobject AuthenticationSCMCredentialobject AuthenticationSSPIclass BackendKeyDataobject BindCompleteobject CloseCompleteclass CommandCompleteclass CopyDataobject CopyDoneclass CopyInResponseclass CopyOutResponseobject EmptyQueryResponseclass ErrorResponseobject NoDataclass NoticeResponseclass NotificationResponseclass ParameterDescriptionclass ParameterStatusobject ParseCompleteobject PortalSuspendedclass ReadyForQueryclass RowDataclass RowDescriptionclass UnknownMessage
In this article