Uses of Class
org.postgresql.core.TransactionState
-
Packages that use TransactionState Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of TransactionState in org.postgresql.core
Methods in org.postgresql.core that return TransactionState 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.Methods in org.postgresql.core with parameters of type TransactionState Modifier and Type Method Description void
QueryExecutorBase. setTransactionState(TransactionState state)
-
Uses of TransactionState in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return TransactionState Modifier and Type Method Description TransactionState
PgConnection. getTransactionState()
-