Uses of Interface
org.eclipse.rdf4j.sail.SailConnection
-
Packages that use SailConnection Package Description org.eclipse.rdf4j.federated org.eclipse.rdf4j.federated.repository org.eclipse.rdf4j.lucene.spin org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepositoryorg.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.elasticsearchstore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.evaluation org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.federation org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSails.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.model org.eclipse.rdf4j.sail.nativerdf The Native Store.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking. -
-
Uses of SailConnection in org.eclipse.rdf4j.federated
Classes in org.eclipse.rdf4j.federated that implement SailConnection Modifier and Type Class Description classFedXConnectionAn implementation of RepositoryConnection that usesFederationEvalStrategyto evaluate provided queries.Methods in org.eclipse.rdf4j.federated that return SailConnection Modifier and Type Method Description protected SailConnectionFedX. getConnectionInternal()protected SailConnectionFedXConnection.SailBaseDefaultImpl. getConnectionInternal()Methods in org.eclipse.rdf4j.federated with parameters of type SailConnection Modifier and Type Method Description protected voidFedXConnection.SailBaseDefaultImpl. connectionClosed(SailConnection connection) -
Uses of SailConnection in org.eclipse.rdf4j.federated.repository
Constructors in org.eclipse.rdf4j.federated.repository with parameters of type SailConnection Constructor Description FedXRepositoryConnection(FedXRepository repository, SailConnection sailConnection) -
Uses of SailConnection in org.eclipse.rdf4j.lucene.spin
Classes in org.eclipse.rdf4j.lucene.spin that implement SailConnection Modifier and Type Class Description classLuceneSpinSailConnectionDeprecated.since 3.0. -
Uses of SailConnection in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return SailConnection Modifier and Type Method Description SailConnectionSailRepositoryConnection. getSailConnection()Returns the underlying SailConnection.Constructors in org.eclipse.rdf4j.repository.sail with parameters of type SailConnection Constructor Description SailRepositoryConnection(SailRepository repository, SailConnection sailConnection)Creates a new repository connection that will wrap the supplied SailConnection. -
Uses of SailConnection in org.eclipse.rdf4j.repository.sail.helpers
Constructors in org.eclipse.rdf4j.repository.sail.helpers with parameters of type SailConnection Constructor Description RDFSailInserter(SailConnection con, ValueFactory vf)RDFSailInserter(SailConnection con, ValueFactory vf, UpdateContext uc)Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.SailUpdateExecutor(SailConnection con, ValueFactory vf, ParserConfig loadConfig)Implementation ofSailUpdate.execute()usingevaluate(TupleExpr, Dataset, BindingSet, boolean)and otherSailConnectionmethods. -
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.Fields in org.eclipse.rdf4j.sail declared as SailConnection Modifier and Type Field Description protected SailConnectionRDFStoreTest. conMethods 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.protected SailConnectionSailConnectionQuery. getSailConnection()protected SailConnectionSailConnectionUpdate. getSailConnection()Methods in org.eclipse.rdf4j.sail with parameters of type SailConnection Modifier and Type Method Description protected longSailIsolationLevelTest. count(SailConnection con, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidSailConcurrencyTest. insertTestStatement(SailConnection connection, int i)protected voidSailIsolationLevelTest. insertTestStatement(SailConnection connection, int i)protected LiteralSailIsolationLevelTest. readLiteral(SailConnection con, IRI subj, IRI pred)protected voidSailConcurrencyTest. removeTestStatement(SailConnection connection, int i)Constructors in org.eclipse.rdf4j.sail with parameters of type SailConnection Constructor Description SailConnectionBooleanQuery(ParsedBooleanQuery tupleQuery, SailConnection sailConnection)SailConnectionGraphQuery(ParsedGraphQuery tupleQuery, SailConnection con, ValueFactory vf)SailConnectionQuery(ParsedQuery parsedQuery, SailConnection con)SailConnectionQueryPreparer(SailConnection con, boolean includeInferred, ValueFactory vf)SailConnectionQueryPreparer(SailConnection con, boolean includeInferred, TripleSource source)SailConnectionTupleQuery(ParsedTupleQuery tupleQuery, SailConnection sailConnection)SailConnectionUpdate(ParsedUpdate parsedUpdate, SailConnection con, ValueFactory vf, ParserConfig parserConfig) -
Uses of SailConnection in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SailConnection Modifier and Type Class Description classSailSourceConnectionASailConnectionimplementation that is based on anSailStore. -
Uses of SailConnection in org.eclipse.rdf4j.sail.elasticsearchstore
Classes in org.eclipse.rdf4j.sail.elasticsearchstore that implement SailConnection Modifier and Type Class Description classElasticsearchStoreConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.evaluation
Constructors in org.eclipse.rdf4j.sail.evaluation with parameters of type SailConnection Constructor Description SailTripleSource(SailConnection conn, boolean includeInferred, ValueFactory valueFactory) -
Uses of SailConnection in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement SailConnection Modifier and Type Class Description classExtensibleStoreConnection<E extends ExtensibleStore> -
Uses of SailConnection in org.eclipse.rdf4j.sail.federation
Methods in org.eclipse.rdf4j.sail.federation that return SailConnection Modifier and Type Method Description SailConnectionFederation. getConnection()Deprecated. -
Uses of SailConnection in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement SailConnection Modifier and Type Class Description classAbstractSailConnectionAbstract Class offering base functionality for SailConnection implementations.classNotifyingSailConnectionBaseAbstract Class offering base functionality for SailConnection implementations.classNotifyingSailConnectionWrapperAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject and forwards any method calls to the wrapped transaction.classSailConnectionBaseDeprecated.since 4.0.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. -
Uses of SailConnection in org.eclipse.rdf4j.sail.inferencer
Subinterfaces of SailConnection in org.eclipse.rdf4j.sail.inferencer Modifier and Type Interface Description interfaceInferencerConnectionAn extension of theSailConnectioninterface offering methods that can be used by inferencers to store and remove inferred statements.Classes in org.eclipse.rdf4j.sail.inferencer that implement SailConnection Modifier and Type Class Description classInferencerConnectionWrapperAn extension of ConnectionWrapper that implements theInferencerConnectioninterface. -
Uses of SailConnection in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement SailConnection Modifier and Type Class Description classAbstractForwardChainingInferencerConnectionclassDedupingInferencerConnectionclassSchemaCachingRDFSInferencerConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement SailConnection Modifier and Type Class Description classLuceneSailConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement SailConnection Modifier and Type Class Description classMemoryStoreConnectionImplementation of a Sail Connection for memory stores. -
Uses of SailConnection in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model with parameters of type SailConnection Modifier and Type Method Description voidSailModel. setConnection(SailConnection conn)Constructors in org.eclipse.rdf4j.sail.model with parameters of type SailConnection Constructor Description SailModel(SailConnection conn, boolean includeInferred) -
Uses of SailConnection in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf that implement SailConnection Modifier and Type Class Description classLimitedSizeNativeStoreConnectionclassNativeStoreConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement SailConnection Modifier and Type Class Description classShaclSailConnectionclassVerySimpleRdfsBackwardsChainingConnectionVery simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.Methods in org.eclipse.rdf4j.sail.shacl that return SailConnection Modifier and Type Method Description SailConnectionConnectionsGroup. getAddedStatements()SailConnectionConnectionsGroup. getBaseConnection()SailConnectionConnectionsGroup. getPreviousStateConnection()SailConnectionConnectionsGroup. getRemovedStatements()
-