Uses of Interface
org.eclipse.rdf4j.sail.SailConnection
Packages that use SailConnection
Package
Description
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
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).
Elasticsearch store for string triples.
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
A Sail implementation for SHACL constraint checking.
-
Uses of SailConnection in org.eclipse.rdf4j.federated
Classes in org.eclipse.rdf4j.federated that implement SailConnectionModifier and TypeClassDescriptionclass
An implementation of RepositoryConnection that usesFederationEvalStrategy
to evaluate provided queries.Methods in org.eclipse.rdf4j.federated that return SailConnectionModifier and TypeMethodDescriptionprotected SailConnection
FedX.getConnectionInternal()
protected SailConnection
FedXConnection.SailBaseDefaultImpl.getConnectionInternal()
Methods in org.eclipse.rdf4j.federated with parameters of type SailConnectionModifier and TypeMethodDescriptionprotected void
FedXConnection.SailBaseDefaultImpl.connectionClosed
(SailConnection connection) -
Uses of SailConnection in org.eclipse.rdf4j.federated.repository
Constructors in org.eclipse.rdf4j.federated.repository with parameters of type SailConnectionModifierConstructorDescriptionprotected
FedXRepositoryConnection
(FedXRepository repository, SailConnection sailConnection) -
Uses of SailConnection in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return SailConnectionModifier and TypeMethodDescriptionSailRepositoryConnection.getSailConnection()
Returns the underlying SailConnection.Constructors in org.eclipse.rdf4j.repository.sail with parameters of type SailConnectionModifierConstructorDescriptionprotected
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 SailConnectionModifierConstructorDescriptionRDFSailInserter
(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 otherSailConnection
methods. -
Uses of SailConnection in org.eclipse.rdf4j.sail
Subinterfaces of SailConnection in org.eclipse.rdf4j.sailModifier and TypeInterfaceDescriptioninterface
A connection to an RDF Sail object.Methods in org.eclipse.rdf4j.sail that return SailConnectionModifier and TypeMethodDescriptionSail.getConnection()
Opens a connection on the Sail which can be used to query and update data. -
Uses of SailConnection in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SailConnectionModifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of SailConnection in org.eclipse.rdf4j.sail.elasticsearchstore
Classes in org.eclipse.rdf4j.sail.elasticsearchstore that implement SailConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.evaluation
Constructors in org.eclipse.rdf4j.sail.evaluation with parameters of type SailConnectionModifierConstructorDescriptionSailTripleSource
(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 -
Uses of SailConnection in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement SailConnectionModifier and TypeClassDescriptionclass
Abstract Class offering base functionality for SailConnection implementations.class
Abstract Class offering base functionality for SailConnection implementations.class
An implementation of theNotifyingSailConnection
interface that wraps anotherNotifyingSailConnection
object and forwards any method calls to the wrapped transaction.class
An 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 SailConnectionModifier and TypeMethodDescriptionAbstractSail.getConnection()
SailWrapper.getConnection()
protected abstract SailConnection
AbstractSail.getConnectionInternal()
Returns a store-specific SailConnection object.SailConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.Methods in org.eclipse.rdf4j.sail.helpers with parameters of type SailConnectionModifier and TypeMethodDescriptionprotected void
AbstractSail.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 SailConnectionModifierConstructorDescriptionSailConnectionWrapper
(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.inferencerModifier and TypeInterfaceDescriptioninterface
An extension of theSailConnection
interface offering methods that can be used by inferencers to store and remove inferred statements.Classes in org.eclipse.rdf4j.sail.inferencer that implement SailConnectionModifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of SailConnection in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement SailConnectionModifier and TypeClassDescriptionclass
class
class
-
Uses of SailConnection in org.eclipse.rdf4j.sail.lmdb
Classes in org.eclipse.rdf4j.sail.lmdb that implement SailConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement SailConnectionModifier and TypeClassDescriptionclass
-
Uses of SailConnection in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement SailConnectionModifier and TypeClassDescriptionclass
Implementation 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 SailConnectionConstructors in org.eclipse.rdf4j.sail.model with parameters of type SailConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf that implement SailConnection -
Uses of SailConnection in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement SailConnectionMethods in org.eclipse.rdf4j.sail.shacl with parameters of type SailConnectionModifier and TypeMethodDescriptionList
<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShape> ShaclSail.getShapes
(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs) -
Uses of SailConnection in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type SailConnectionModifierConstructorDescriptionAllTargetsPlanNode
(SailConnection sailConnection, Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope) BindSelect
(SailConnection connection, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment query, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues) BulkedExternalInnerJoin
(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment query, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Function<BindingSet, ValidationTuple> mapper) BulkedExternalLeftOuterJoin
(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment query, Function<BindingSet, ValidationTuple> mapper) CheckDisjointValuesBasedOnPathAndPredicate
(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Resource> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment targetQueryFragment, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckEqualsValuesBasedOnPathAndPredicate
(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Resource> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment targetQueryFragment, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckLessThanOrEqualValuesBasedOnPathAndPredicate
(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Resource> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment targetQueryFragment, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckLessThanValuesBasedOnPathAndPredicate
(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Resource> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment targetQueryFragment, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) ExternalFilterByQuery
(SailConnection connection, Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment queryFragment, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable queryVariable, Function<ValidationTuple, Value> filterOn, BiFunction<ValidationTuple, BindingSet, ValidationTuple> map) FilterByPredicate
(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, FilterByPredicate.On on, Resource[] dataGraph) FilterByPredicateObject
(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred) FilterTargetIsObject
(SailConnection connection, Resource[] dataGraph, PlanNode parent) FilterTargetIsSubject
(SailConnection connection, Resource[] dataGraph, PlanNode parent) Select
(SailConnection connection, String query, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) Select
(SailConnection connection, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment queryFragment, String orderBy, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) SparqlConstraintSelect
(SailConnection connection, PlanNode targets, String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, org.eclipse.rdf4j.sail.shacl.ast.Shape shape) UnorderedSelect
(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, BiFunction<Statement, Resource[], ValidationTuple> mapper, Function<Statement, Boolean> filter) -
Uses of SailConnection in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement SailConnectionModifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return SailConnectionModifier and TypeMethodDescriptionConnectionsGroup.getAddedStatements()
ConnectionsGroup.getBaseConnection()
ConnectionsGroup.getPreviousStateConnection()
ConnectionsGroup.getRemovedStatements()
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type SailConnectionModifier and TypeMethodDescriptionstatic RdfsSubClassOfReasoner
RdfsSubClassOfReasoner.createReasoner
(SailConnection sailConnection, SailConnection secondConnection, ValidationSettings validationSettings) static RdfsSubClassOfReasoner
RdfsSubClassOfReasoner.createReasoner
(SailConnection sailConnection, ValidationSettings validationSettings) Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type SailConnectionModifierConstructorDescriptionConnectionsGroup
(SailConnection baseConnection, SailConnection previousStateConnection, Sail addedStatements, Sail removedStatements, Stats stats, ConnectionsGroup.RdfsSubClassOfReasonerProvider rdfsSubClassOfReasonerProvider, ShaclSailConnection.Settings transactionSettings, boolean sparqlValidation) VerySimpleRdfsBackwardsChainingConnection
(SailConnection wrappedCon, RdfsSubClassOfReasoner rdfsSubClassOfReasoner) -
Uses of SailConnection in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type SailConnectionModifier and TypeMethodDescriptionstatic Stream
<ShapeSource.ShapesGraph> ShapeSource.getRsxDataAndShapesGraphLink
(SailConnection connection, Resource[] context) Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type SailConnectionModifierConstructorDescriptionBackwardChainingShapeSource
(SailConnection connection) CombinedShapeSource
(RepositoryConnection shapesForForwardChainingConnection, SailConnection sailConnection) CombinedShapeSource
(SailConnection shapesForForwardChainingConnection, SailConnection sailConnection) Rdf4jShaclShapeGraphShapeSource
(SailConnection connection) SailConnectionShapeSource
(SailConnection connection) -
Uses of SailConnection in org.eclipse.rdf4j.testsuite.sail
Fields in org.eclipse.rdf4j.testsuite.sail declared as SailConnectionMethods in org.eclipse.rdf4j.testsuite.sail with parameters of type SailConnectionModifier and TypeMethodDescriptionprotected long
SailIsolationLevelTest.count
(SailConnection con, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
SailConcurrencyTest.insertTestStatement
(SailConnection connection, int i) protected void
SailIsolationLevelTest.insertTestStatement
(SailConnection connection, int i) protected Literal
SailIsolationLevelTest.readLiteral
(SailConnection con, IRI subj, IRI pred) protected void
SailConcurrencyTest.removeTestStatement
(SailConnection connection, int i)