Uses of Enum Class
io.r2dbc.postgresql.message.frontend.ExecutionType
Packages that use ExecutionType
Package
Description
The messages that are sent from a frontend client to a backend server.
-
Uses of ExecutionType in io.r2dbc.postgresql.message.frontend
Subclasses with type arguments of type ExecutionType in io.r2dbc.postgresql.message.frontendModifier and TypeClassDescriptionenumAn enumeration of execution types as used byFrontendMessages.Methods in io.r2dbc.postgresql.message.frontend that return ExecutionTypeModifier and TypeMethodDescriptionstatic ExecutionTypeReturns the enum constant of this class with the specified name.static ExecutionType[]ExecutionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.r2dbc.postgresql.message.frontend with parameters of type ExecutionTypeModifierConstructorDescriptionClose(String name, ExecutionType type) Create a new message.Describe(String name, ExecutionType type) Create a new message.