Class GroupBy
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
-
- org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Groupable>
-
- org.eclipse.rdf4j.sparqlbuilder.core.GroupBy
-
- All Implemented Interfaces:
QueryElement
public class GroupBy extends StandardQueryElementCollection<Groupable>
A SPARQL Group By clause- See Also:
- SPARQL Group By Clause
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DELIMETER
private static java.lang.String
GROUP_BY
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
-
Constructor Summary
Constructors Constructor Description GroupBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupBy
by(Groupable... groupables)
Add group conditions-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
getQueryString, printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethod
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements, isEmpty
-
-
-
-
Field Detail
-
GROUP_BY
private static final java.lang.String GROUP_BY
- See Also:
- Constant Field Values
-
DELIMETER
private static final java.lang.String DELIMETER
- See Also:
- Constant Field Values
-
-