Class GroupBy
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<Groupable>
org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Groupable>
org.eclipse.rdf4j.sparqlbuilder.core.GroupBy
- All Implemented Interfaces:
QueryElement
A SPARQL Group By clause
- See Also:
-
Field Summary
Fields inherited from class QueryElementCollection
elements -
Method Summary
Methods inherited from class StandardQueryElementCollection
getQueryString, printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethodModifier and TypeMethodDescriptionprotected voidprintBodyIfEmpty(boolean printBodyIfEmpty) protected voidprintNameIfEmpty(boolean printNameIfEmpty) protected voidprotected voidsetOperatorName(String operatorName) protected voidsetOperatorName(String operatorName, boolean pad) protected voidsetWrapperMethod(Function<String, String> wrapperMethod) Methods inherited from class QueryElementCollection
addElements, addElements, isEmptyModifier and TypeMethodDescriptionprotected <O> voidaddElements(Function<? super O, ? extends Groupable> mapper, O... os) protected voidaddElements(Groupable... queryElements) booleanisEmpty()
-
Method Details
-
by
-