Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.jdbc |
Modifier and Type | Method | Description |
---|---|---|
TransactionState |
BaseConnection.getTransactionState() |
Get the current transaction state of this connection.
|
TransactionState |
QueryExecutor.getTransactionState() |
Get the current transaction state of this connection.
|
TransactionState |
QueryExecutorBase.getTransactionState() |
|
static TransactionState |
TransactionState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TransactionState[] |
TransactionState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
QueryExecutorBase.setTransactionState(TransactionState state) |
Modifier and Type | Method | Description |
---|---|---|
TransactionState |
PgConnection.getTransactionState() |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.