Uses of Class
org.eclipse.rdf4j.sail.UnknownSailTransactionStateException
Packages that use UnknownSailTransactionStateException
Package
Description
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of UnknownSailTransactionStateException in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that throw UnknownSailTransactionStateExceptionModifier and TypeMethodDescriptionvoid
SailConnection.begin
(IsolationLevel level) Begins a transaction with the specifiedIsolationLevel
level, requiringSailConnection.commit()
orSailConnection.rollback()
to be called to close the transaction.boolean
SailConnection.isActive()
Indicates if a transaction is currently active on the connection. -
Uses of UnknownSailTransactionStateException in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that throw UnknownSailTransactionStateExceptionModifier and TypeMethodDescriptionprivate IsolationLevel
SailSourceConnection.getIsolationLevel()
-
Uses of UnknownSailTransactionStateException in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that throw UnknownSailTransactionStateException