Uses of Interface
org.eclipse.rdf4j.sail.NotifyingSailConnection
-
Packages that use NotifyingSailConnection Package Description org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return NotifyingSailConnection Modifier and Type Method Description NotifyingSailConnectionNotifyingSail. getConnection()Opens a connection on the Sail which can be used to query and update data. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement NotifyingSailConnection Modifier and Type Class Description classAbstractNotifyingSailConnectionAbstract Class offering base functionality for SailConnection implementations.classNotifyingSailConnectionWrapperAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject and forwards any method calls to the wrapped transaction.Methods in org.eclipse.rdf4j.sail.helpers that return NotifyingSailConnection Modifier and Type Method Description NotifyingSailConnectionAbstractNotifyingSail. getConnection()NotifyingSailConnectionNotifyingSailWrapper. getConnection()protected abstract NotifyingSailConnectionAbstractNotifyingSail. getConnectionInternal()NotifyingSailConnectionNotifyingSailConnectionWrapper. getWrappedConnection()Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type NotifyingSailConnection Constructor Description NotifyingSailConnectionWrapper(NotifyingSailConnection wrappedCon)Creates a newNotifyingSailConnectionWrapperobject that wraps the supplied connection.
-