Protocol
PostgresMessageType
protocol PostgresMessageType
Topics
Initializers
Instance Methods
Type Properties
Type Methods
Relationships
Conforming Types
PostgresMessage.AuthenticationPostgresMessage.BackendKeyDataPostgresMessage.BindPostgresMessage.ClosePostgresMessage.CommandCompletePostgresMessage.DataRowPostgresMessage.DescribePostgresMessage.ErrorPostgresMessage.ExecutePostgresMessage.NotificationResponsePostgresMessage.ParameterDescriptionPostgresMessage.ParameterStatusPostgresMessage.ParsePostgresMessage.PasswordPostgresMessage.RowDescriptionPostgresMessage.SASLInitialResponsePostgresMessage.SASLResponsePostgresMessage.SSLRequestPostgresMessage.SimpleQueryPostgresMessage.StartupPostgresMessage.SyncPostgresMessage.Terminate
See Also
Deprecated APIs
PostgresDatabasePostgresDataPostgresDataConvertiblePostgresQueryResultPostgresJSONCodablePostgresJSONBCodablePostgresMessageEncoderPostgresMessageDecoderPostgresRequestProtocol to encapsulate a function call on the Postgres serverPostgresMessageA frontend or backend Postgres message.PostgresFormatCodePostgresListenContextContext for receiving NotificationResponse messages on a connection, used for PostgreSQL’sLISTEN/NOTIFYsupport.PreparedQuerySASLAuthenticationManagerSASLAuthenticationMechanismThe protocol to which all SASL mechanism implementations must conform. It is the responsibility of each individual implementation to provide an API for creating instances of itself which are able to retrieve information from the caller (such as usernames and passwords) by some mechanism.