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.
|
Constructor and Description |
---|
ErrorDetails(List<Field> fields)
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
ErrorResponse.getFields()
Returns the fields.
|
List<Field> |
NoticeResponse.getFields()
Returns the fields.
|
Constructor and Description |
---|
ErrorResponse(List<Field> fields)
Create a new message.
|
NoticeResponse(List<Field> fields)
Create a new message.
|
Copyright © 2021. All rights reserved.