Class OrderCondition
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.OrderCondition
- All Implemented Interfaces:
Orderable
,QueryElement
An ascending or descending order condition
- See Also:
-
Method Details
-
asc
Set this order condition to be ascending -
desc
Set this order condition to be descending -
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-