Package | Description |
---|---|
org.eclipse.rdf4j.query.parser | |
org.eclipse.rdf4j.query.parser.sparql.manifest | |
org.eclipse.rdf4j.queryrender.sparql.experimental |
This package contains classes for rendering RDF4J query objects as SPARQL queries.
|
org.eclipse.rdf4j.spin |
See discussion at https://github.com/eclipse/rdf4j/issues/1262
|
Modifier and Type | Class and Description |
---|---|
class |
ParsedBooleanQuery
A query formulated in the OpenRDF query algebra that produces a boolean value as its result.
|
class |
ParsedDescribeQuery
A ParsedGraphQuery to identify DESCRIBE queries.
|
class |
ParsedGraphQuery
A query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result.
|
class |
ParsedQuery
Abstract super class of all query types that a query parser can generate.
|
class |
ParsedTupleQuery
A query formulated in the OpenRDF query algebra that produces a set of tuples as its result.
|
class |
ParsedUpdate
A parsed update sequence formulated in the OpenRDF query algebra.
|
Modifier and Type | Method and Description |
---|---|
static ParsedOperation |
QueryParserUtil.parseOperation(QueryLanguage ql,
String operation,
String baseURI)
Parses the supplied operation into a query model.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ParsedOperation |
SPARQLSyntaxComplianceTest.parseOperation(String operation,
String fileURL) |
protected abstract ParsedOperation |
SPARQL11SyntaxComplianceTest.parseOperation(String operation,
String fileURL) |
protected abstract ParsedOperation |
SPARQL11SyntaxTest.parseOperation(String operation,
String fileURL)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
SparqlQueryRenderer.render(ParsedOperation theOperation) |
Modifier and Type | Class and Description |
---|---|
class |
ParsedBooleanTemplate |
class |
ParsedGraphTemplate |
class |
ParsedTupleTemplate |
class |
ParsedUpdateTemplate |
Modifier and Type | Method and Description |
---|---|
ParsedOperation |
Template.call(Map<IRI,Value> argValues) |
ParsedOperation |
Template.getParsedOperation() |
protected ParsedOperation |
SpinParser.parse(Resource queryResource,
IRI queryClass,
TripleSource store) |
ParsedOperation |
SpinParser.parse(Resource queryResource,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
void |
SpinRenderer.render(ParsedOperation operation,
RDFHandler handler) |
void |
Template.setParsedOperation(ParsedOperation op) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.