Enum BackendConnection.ConnectionState (0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicenumBackendConnection.ConnectionStateextendsEnum<BackendConnection.ConnectionState>Connection state indicates whether the backend connection is idle, in a transaction or in an aborted transaction.
Inherited Members
Static Fields |
|
|---|---|
| Name | Description |
ABORTED |
The current transaction is aborted. All statements are refused until rollback. |
IDLE |
Connection is idle, no transaction is active. |
TRANSACTION |
An implicit or explicit transaction is active. |
Static Methods |
|
|---|---|
| Name | Description |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getReadyResponseStatus() |
|