Uses of Enum Class
io.r2dbc.postgresql.message.backend.Field.FieldType
Packages that use Field.FieldType
Package
Description
The messages that are sent from a backend server to a frontend client.
-
Uses of Field.FieldType in io.r2dbc.postgresql.message.backend
Subclasses with type arguments of type Field.FieldType in io.r2dbc.postgresql.message.backendMethods in io.r2dbc.postgresql.message.backend that return Field.FieldTypeModifier and TypeMethodDescriptionField.getType()Returns the type.static Field.FieldTypeReturns the enum constant of this class with the specified name.static Field.FieldType[]Field.FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.r2dbc.postgresql.message.backend with parameters of type Field.FieldType