Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
TransactionState |
QueryExecutorBase.getTransactionState() |
TransactionState |
QueryExecutor.getTransactionState()
Get the current transaction state of this connection.
|
TransactionState |
BaseConnection.getTransactionState()
Get the current transaction state of this connection.
|
static TransactionState |
TransactionState.valueOf(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 and Description |
---|---|
void |
QueryExecutorBase.setTransactionState(TransactionState state) |
Modifier and Type | Method and Description |
---|---|
TransactionState |
PgConnection.getTransactionState() |
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.