Uses of Class
org.apache.jena.arq.querybuilder.handlers.AggregationHandler
Packages that use AggregationHandler
Package
Description
Classes that implement SPARQL clauses but do not return instances of the
builder.
-
Uses of AggregationHandler in org.apache.jena.arq.querybuilder.handlers
Methods in org.apache.jena.arq.querybuilder.handlers that return AggregationHandlerModifier and TypeMethodDescriptionAggregationHandler.addAll(AggregationHandler handler) Add all the aggregations from the other handler.HandlerBlock.getAggregationHandler()Get the aggregation handler.Methods in org.apache.jena.arq.querybuilder.handlers with parameters of type AggregationHandlerModifier and TypeMethodDescriptionAggregationHandler.addAll(AggregationHandler handler) Add all the aggregations from the other handler.voidHandlerBlock.addAll(AggregationHandler handler) Add the aggregation handler contents to this prolog handler.Constructors in org.apache.jena.arq.querybuilder.handlers with parameters of type AggregationHandler