| Package | Description |
|---|---|
| io.r2dbc.postgresql.api |
R2DBC driver API with Postgres-specific extensions.
|
| io.r2dbc.postgresql.message.backend |
The messages that are sent from a backend server to a frontend client.
|
| Class and Description |
|---|
| Field
The Field type returned as part of some
BackendMessages. |
| Class and Description |
|---|
| AuthenticationCleartextPassword
The AuthenticationCleartextPassword message.
|
| AuthenticationGSS
The AuthenticationGSS message.
|
| AuthenticationKerberosV5
The AuthenticationKerberosV5 message.
|
| AuthenticationMessage
A marker interface for messages that indicate that the message has to do with authentication.
|
| AuthenticationOk
The AuthenticationOk message.
|
| AuthenticationSCMCredential
The AuthenticationSCMCredential message.
|
| AuthenticationSSPI
The AuthenticationSSPI message.
|
| BackendMessage
A message sent from a backend server to a frontend client.
|
| BindComplete
The BindComplete message.
|
| CloseComplete
The CloseComplete message.
|
| CopyData
The CopyData message.
|
| CopyDone
The CopyDone message.
|
| DataRow
The DataRow message.
|
| EmptyQueryResponse
The EmptyQueryResponse message.
|
| Field
The Field type returned as part of some
BackendMessages. |
| Field.FieldType
An enumeration of field types.
|
| NoData
The NoData message.
|
| ParseComplete
The ParseComplete message.
|
| PortalSuspended
The PortalSuspended message.
|
| ReadyForQuery.TransactionStatus
An enumeration of backend transaction statuses.
|
| RowDescription.Field
The field within the
RowDescription. |
Copyright © 2023. All rights reserved.