Module org.apache.jena.querybuilder
Package org.apache.jena.arq.querybuilder.handlers
package org.apache.jena.arq.querybuilder.handlers
Classes that implement SPARQL clauses but do not return instances of the
builder.
These classes are used by the various Builder implementations to consistently
implement the various clauses.
In most cases users of the Query Builder module will not need to manipulate
these directly.
-
ClassDescriptionClass to handle manipulation the aggregation variables in the query.The handler for construct clauses.Handler for a dataset.The base interface for handlers.A class to handle all the handlers of a query builder and keep them in sync as needed.The prolog handlerA Select clause handler.The Solution Modifier handler.The where handler.