Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the SPARQLBuilder.
|
Modifier and Type | Method and Description |
---|---|
OrderCondition |
OrderCondition.asc()
Set this order condition to be ascending
|
default OrderCondition |
Orderable.asc() |
static OrderCondition |
SparqlBuilder.asc(Orderable orderOn)
Create an ascending SPARQL order condition
|
OrderCondition |
OrderCondition.desc()
Set this order condition to be descending
|
default OrderCondition |
Orderable.desc() |
static OrderCondition |
SparqlBuilder.desc(Orderable orderOn)
Create a descending SPARQL order condition
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.