Uses of Class
org.eclipse.rdf4j.query.parser.ParsedBooleanQuery
Packages that use ParsedBooleanQuery
Package
Description
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
-
Uses of ParsedBooleanQuery in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return ParsedBooleanQueryMethods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ParsedBooleanQueryModifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedBooleanQuery q) QueryPreparer.prepare
(ParsedBooleanQuery q) Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ParsedBooleanQuery -
Uses of ParsedBooleanQuery in org.eclipse.rdf4j.query.parser
Methods in org.eclipse.rdf4j.query.parser that return ParsedBooleanQueryModifier and TypeMethodDescriptionstatic ParsedBooleanQuery
QueryParserUtil.parseBooleanQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model. -
Uses of ParsedBooleanQuery in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ParsedBooleanQueryModifier and TypeMethodDescriptionParsedQueryPreprocessor.transformToSerialize
(ParsedBooleanQuery query) Processes the incoming parsed ASK query collecting the information required for rendering. -
Uses of ParsedBooleanQuery in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return ParsedBooleanQueryMethods in org.eclipse.rdf4j.repository.sail with parameters of type ParsedBooleanQueryConstructors in org.eclipse.rdf4j.repository.sail with parameters of type ParsedBooleanQueryModifierConstructorDescriptionprotected
SailBooleanQuery
(ParsedBooleanQuery tupleQuery, SailRepositoryConnection sailConnection) -
Uses of ParsedBooleanQuery in org.eclipse.rdf4j.spin
Subclasses of ParsedBooleanQuery in org.eclipse.rdf4j.spinMethods in org.eclipse.rdf4j.spin that return ParsedBooleanQueryModifier and TypeMethodDescriptionSpinParser.parseAskQuery
(Resource queryResource, TripleSource store) Methods in org.eclipse.rdf4j.spin with parameters of type ParsedBooleanQueryModifier and TypeMethodDescriptionvoid
SpinRenderer.render
(ParsedBooleanQuery query, RDFHandler handler) Constructors in org.eclipse.rdf4j.spin with parameters of type ParsedBooleanQueryModifierConstructorDescriptionprivate
ParsedBooleanTemplate
(Template template, ParsedBooleanQuery query, BindingSet args)