Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the
SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query |
Modifier and Type | Method and Description |
---|---|
OrderBy |
OrderBy.by(Orderable... conditions)
Add order conditions
|
static OrderBy |
SparqlBuilder.orderBy(Orderable... conditions)
Create a SPARQL Order clause
|
Modifier and Type | Field and Description |
---|---|
protected Optional<OrderBy> |
Query.orderBy |
Modifier and Type | Method and Description |
---|---|
T |
Query.orderBy(OrderBy orderBy)
Set this query's Order By clause
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.