Uses of Class
org.eclipse.rdf4j.sail.UnknownSailTransactionStateException
Package
Description
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of UnknownSailTransactionStateException in org.eclipse.rdf4j.sail
Modifier 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.helpers