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.
|
class |
In |
Modifier and Type | Class and Description |
---|---|
class |
Assignment
A SPARQL expression-to-variable assignment
|
class |
Variable
A SPARQL query variable
|
Modifier and Type | Method and Description |
---|---|
GroupBy |
GroupBy.by(Groupable... groupables)
Add group conditions
|
static GroupBy |
SparqlBuilder.groupBy(Groupable... groupables)
Create a SPARQL Group By clause
|
Modifier and Type | Method and Description |
---|---|
T |
Query.groupBy(Groupable... groupables)
Add grouping specifiers for the query results.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.