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
Fields in org.postgresql.core declared as TransactionState Modifier and Type Field Description private TransactionStateQueryExecutorBase. transactionStateMethods in org.postgresql.core that return TransactionState Modifier and Type Method Description TransactionStateBaseConnection. getTransactionState()Get the current transaction state of this connection.TransactionStateQueryExecutor. getTransactionState()Get the current transaction state of this connection.TransactionStateQueryExecutorBase. getTransactionState()static TransactionStateTransactionState. 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 voidQueryExecutorBase. setTransactionState(TransactionState state) -
Uses of TransactionState in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return TransactionState Modifier and Type Method Description TransactionStatePgConnection. getTransactionState()
-