Class OrderBy
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
-
- org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Orderable>
-
- org.eclipse.rdf4j.sparqlbuilder.core.OrderBy
-
- All Implemented Interfaces:
QueryElement
public class OrderBy extends StandardQueryElementCollection<Orderable>
A SPARQL Order By clause- See Also:
- SPARQL Order By Clause
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DELIMETER
private static java.lang.String
ORDER_BY
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
-
Constructor Summary
Constructors Constructor Description OrderBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderBy
by(Orderable... conditions)
Add order 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
-
ORDER_BY
private static final java.lang.String ORDER_BY
- See Also:
- Constant Field Values
-
DELIMETER
private static final java.lang.String DELIMETER
- See Also:
- Constant Field Values
-
-