Uses of Class
tech.oxfordsemantic.jrdfox.client.TransactionType
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of TransactionType in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type TransactionType Modifier and Type Method Description voidDataStoreConnection. beginTransaction(TransactionType transactionType)Starts a new transaction on this connection.