Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.federated.structures | |
org.eclipse.rdf4j.federated.util | |
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
Modifier and Type | Method and Description |
---|---|
SailQuery |
FedXRepositoryConnection.prepareQuery(QueryLanguage ql,
String queryString,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
FedXBooleanQuery
Abstraction of a
SailBooleanQuery which takes care for tracking the
FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation. |
class |
FedXGraphQuery
Abstraction of a
SailGraphQuery which takes care for tracking the
FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation. |
class |
FedXTupleQuery
Abstraction of a
SailTupleQuery which takes care for tracking the
FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation. |
Modifier and Type | Method and Description |
---|---|
static void |
FedXUtil.applyQueryBindings(SailQuery query)
Apply query bindings to transfer information from the query into the evaluation routine, e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
SailBooleanQuery |
class |
SailGraphQuery |
class |
SailTupleQuery |
Modifier and Type | Method and Description |
---|---|
SailQuery |
SailRepositoryConnection.prepareQuery(QueryLanguage ql,
String queryString,
String baseURI) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.