Uses of Enum
tech.oxfordsemantic.jrdfox.client.TransactionState
Packages that use TransactionState
-
Uses of TransactionState in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type TransactionState in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionenumDescribes the state of the transaction associated with a data store connection.Methods in tech.oxfordsemantic.jrdfox.client that return TransactionStateModifier and TypeMethodDescriptionDataStoreConnection.getTransactionState()Returns the state of the transaction associated with this connection.static TransactionStateReturns 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.