Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.constraint | |
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query |
Modifier and Type | Class and Description |
---|---|
class |
Aggregate
A SPARQL aggregate expression.
|
class |
CustomFunction |
class |
Expression<T extends Expression<T>>
A SPARQL expression.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderCondition
An ascending or descending order condition
|
class |
Variable
A SPARQL query variable
|
Modifier and Type | Method and Description |
---|---|
static OrderCondition |
SparqlBuilder.asc(Orderable orderOn)
Create an ascending SPARQL order condition
|
OrderBy |
OrderBy.by(Orderable... conditions)
Add order conditions
|
static OrderCondition |
SparqlBuilder.desc(Orderable orderOn)
Create a descending SPARQL order condition
|
static OrderBy |
SparqlBuilder.orderBy(Orderable... conditions)
Create a SPARQL Order clause
|
Modifier and Type | Method and Description |
---|---|
T |
Query.orderBy(Orderable... conditions)
Specify orderings for the query results
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.