Package | Description |
---|---|
org.eclipse.rdf4j.federated.structures | |
org.eclipse.rdf4j.query.algebra.evaluation | |
org.eclipse.rdf4j.query.parser | |
org.eclipse.rdf4j.queryrender.builder |
This package is deprecated.
|
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
|
org.eclipse.rdf4j.spin |
See discussion at https://github.com/eclipse/rdf4j/issues/1262
|
Modifier and Type | Method and Description |
---|---|
ParsedBooleanQuery |
FedXBooleanQuery.getParsedQuery() |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
QueryPreparer.prepare(ParsedBooleanQuery q) |
BooleanQuery |
AbstractQueryPreparer.prepare(ParsedBooleanQuery q) |
Modifier and Type | Method and Description |
---|---|
static ParsedBooleanQuery |
QueryParserUtil.parseBooleanQuery(QueryLanguage ql,
String query,
String baseURI)
Parses the supplied query into a query model.
|
Modifier and Type | Method and Description |
---|---|
static QueryBuilder<ParsedBooleanQuery> |
QueryBuilderFactory.ask()
Deprecated.
Create a QueryBuilder for creating a select query
|
Modifier and Type | Method and Description |
---|---|
ParsedBooleanQuery |
SailBooleanQuery.getParsedQuery() |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
SailQueryPreparer.prepare(ParsedBooleanQuery askQuery) |
Constructor and Description |
---|
SailBooleanQuery(ParsedBooleanQuery tupleQuery,
SailRepositoryConnection sailConnection) |
Modifier and Type | Method and Description |
---|---|
ParsedBooleanQuery |
SailConnectionBooleanQuery.getParsedQuery() |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
SailConnectionQueryPreparer.prepare(ParsedBooleanQuery askQuery) |
Constructor and Description |
---|
SailConnectionBooleanQuery(ParsedBooleanQuery tupleQuery,
SailConnection sailConnection) |
Modifier and Type | Class and Description |
---|---|
class |
ParsedBooleanTemplate |
Modifier and Type | Method and Description |
---|---|
ParsedBooleanQuery |
SpinParser.parseAskQuery(Resource queryResource,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
void |
SpinRenderer.render(ParsedBooleanQuery query,
RDFHandler handler) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.