| Package | Description |
|---|---|
| io.r2dbc.postgresql.message.backend |
The messages that are sent from a backend server to a frontend client.
|
| Modifier and Type | Method and Description |
|---|---|
Field.FieldType |
Field.getType()
Returns the type.
|
static Field.FieldType |
Field.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.FieldType[] |
Field.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Field(Field.FieldType type,
String value)
Create a new field.
|
Copyright © 2024. All rights reserved.