Interface Orderable
- All Superinterfaces:
QueryElement
- All Known Implementing Classes:
Aggregate
,CustomFunction
,Expression
,In
,NotIn
,OrderCondition
,Variable
Denotes an orederable SPARQL query element (can be used in a
ORDER BY
clause)- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
getQueryString
-
Method Details
-
asc
- Returns:
- an ascending
OrderCondition
instance for thisOrderable
object
-
desc
- Returns:
- an descending
OrderCondition
instance for thisOrderable
object
-