Uses of Enum Class
io.r2dbc.postgresql.message.backend.ReadyForQuery.TransactionStatus
Packages that use ReadyForQuery.TransactionStatus
Package
Description
The messages that are sent from a backend server to a frontend client.
- 
Uses of ReadyForQuery.TransactionStatus in io.r2dbc.postgresql.message.backend
Subclasses with type arguments of type ReadyForQuery.TransactionStatus in io.r2dbc.postgresql.message.backendModifier and TypeClassDescriptionstatic enumAn enumeration of backend transaction statuses.Methods in io.r2dbc.postgresql.message.backend that return ReadyForQuery.TransactionStatusModifier and TypeMethodDescriptionReadyForQuery.getTransactionStatus()Returns the current backend transaction status.Returns the enum constant of this class with the specified name.static ReadyForQuery.TransactionStatus[]ReadyForQuery.TransactionStatus.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 ReadyForQuery.TransactionStatusModifierConstructorDescriptionReadyForQuery(ReadyForQuery.TransactionStatus transactionStatus) Create a new message.