Uses of Enum Class
org.postgresql.core.TransactionState
Packages that use TransactionState
-
Uses of TransactionState in org.postgresql.core
Fields in org.postgresql.core declared as TransactionStateMethods in org.postgresql.core that return TransactionStateModifier and TypeMethodDescriptionBaseConnection.getTransactionState()
Get the current transaction state of this connection.QueryExecutor.getTransactionState()
Get the current transaction state of this connection.QueryExecutorBase.getTransactionState()
static TransactionState
Returns the enum constant of this class with the specified name.static TransactionState[]
TransactionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.core with parameters of type TransactionStateModifier and TypeMethodDescriptionvoid
QueryExecutorBase.setTransactionState
(TransactionState state) -
Uses of TransactionState in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return TransactionState