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 |
---|---|
ReadyForQuery.TransactionStatus |
ReadyForQuery.getTransactionStatus()
Returns the current backend transaction status.
|
static ReadyForQuery.TransactionStatus |
ReadyForQuery.TransactionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadyForQuery.TransactionStatus[] |
ReadyForQuery.TransactionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReadyForQuery(ReadyForQuery.TransactionStatus transactionStatus)
Creates a new message.
|
Copyright © 2020. All rights reserved.