Uses of Class
org.eclipse.rdf4j.query.parser.ParsedQuery
Packages that use ParsedQuery
Package
Description
The rdf4j SPARQL 1.1 parser.
This package contains classes for working with RDF4J query objects.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
Repository implementation for local RDF databases that implement the SAIL SPI.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
-
Uses of ParsedQuery in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that return ParsedQueryConstructors in org.eclipse.rdf4j.query.impl with parameters of type ParsedQuery -
Uses of ParsedQuery in org.eclipse.rdf4j.query.parser
Subclasses of ParsedQuery in org.eclipse.rdf4j.query.parserModifier and TypeClassDescriptionclass
A query formulated in the OpenRDF query algebra that produces a boolean value as its result.class
A ParsedGraphQuery to identify DESCRIBE queries.class
A query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result.class
A query formulated in the OpenRDF query algebra that produces a set of tuples as its result.Methods in org.eclipse.rdf4j.query.parser that return ParsedQueryModifier and TypeMethodDescriptionQueryParser.parseQuery
(String queryStr, String baseURI) static ParsedQuery
QueryParserUtil.parseQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model. -
Uses of ParsedQuery in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return ParsedQueryConstructors in org.eclipse.rdf4j.query.parser.impl with parameters of type ParsedQuery -
Uses of ParsedQuery in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return ParsedQuery -
Uses of ParsedQuery in org.eclipse.rdf4j.queryrender
Methods in org.eclipse.rdf4j.queryrender with parameters of type ParsedQueryModifier and TypeMethodDescriptionBaseTupleExprRenderer.render
(ParsedQuery theQuery) Render the ParsedQuery as a query stringQueryRenderer.render
(ParsedQuery theQuery) Render the query object to a string in the language supported by this renderer -
Uses of ParsedQuery in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type ParsedQueryModifier and TypeMethodDescriptionSPARQLQueryRenderer.render
(ParsedQuery theQuery) Render the query object to a string in the language supported by this renderer -
Uses of ParsedQuery in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ParsedQuery -
Uses of ParsedQuery in org.eclipse.rdf4j.repository.sail
Constructors in org.eclipse.rdf4j.repository.sail with parameters of type ParsedQueryModifierConstructorDescriptionprotected
SailQuery
(ParsedQuery parsedQuery, SailRepositoryConnection con) -
Uses of ParsedQuery in org.eclipse.rdf4j.spin
Subclasses of ParsedQuery in org.eclipse.rdf4j.spinModifier and TypeClassDescriptionclass
class
class
Methods in org.eclipse.rdf4j.spin that return ParsedQueryModifier and TypeMethodDescriptionSpinParser.parseQuery
(Resource queryResource, TripleSource store) Methods in org.eclipse.rdf4j.spin with parameters of type ParsedQueryModifier and TypeMethodDescriptionvoid
SpinRenderer.render
(ParsedQuery query, RDFHandler handler) -
Uses of ParsedQuery in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return ParsedQueryModifier and TypeMethodDescriptionSpinFunction.getParsedQuery()
SpinTupleFunction.getParsedQuery()
Methods in org.eclipse.rdf4j.spin.function with parameters of type ParsedQueryModifier and TypeMethodDescriptionvoid
SpinFunction.setParsedQuery
(ParsedQuery query) void
SpinTupleFunction.setParsedQuery
(ParsedQuery query)