Uses of Interface
org.eclipse.rdf4j.sail.SailConnection
-
Packages that use SailConnection 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 SailConnection in org.eclipse.rdf4j.sail
Subinterfaces of SailConnection in org.eclipse.rdf4j.sail Modifier and Type Interface Description interfaceNotifyingSailConnectionA connection to an RDF Sail object.Methods in org.eclipse.rdf4j.sail that return SailConnection Modifier and Type Method Description SailConnectionSail. getConnection()Opens a connection on the Sail which can be used to query and update data. -
Uses of SailConnection in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement SailConnection Modifier and Type Class Description classAbstractNotifyingSailConnectionAbstract Class offering base functionality for SailConnection implementations.classAbstractSailConnectionAbstract Class offering base functionality for SailConnection implementations.classNotifyingSailConnectionWrapperAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject and forwards any method calls to the wrapped transaction.classSailConnectionWrapperAn implementation of the SailConnection interface that wraps another SailConnection object and forwards any method calls to the wrapped connection.Methods in org.eclipse.rdf4j.sail.helpers that return SailConnection Modifier and Type Method Description SailConnectionAbstractSail. getConnection()SailConnectionSailWrapper. getConnection()protected abstract SailConnectionAbstractSail. getConnectionInternal()Returns a store-specific SailConnection object.SailConnectionSailConnectionWrapper. getWrappedConnection()Gets the connection that is wrapped by this object.Methods in org.eclipse.rdf4j.sail.helpers with parameters of type SailConnection Modifier and Type Method Description protected voidAbstractSail. connectionClosed(SailConnection connection)Signals to the store that the supplied connection has been closed; called byAbstractSailConnection.close().Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type SailConnection Constructor Description SailConnectionWrapper(SailConnection wrappedCon)Creates a new TransactionWrapper object that wraps the supplied connection.
-