Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the
SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query | |
org.eclipse.rdf4j.sparqlbuilder.graphpattern |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.all()
Specify that this projection should select all in-scope expressions
|
Projection |
Projection.all(boolean selectAll)
Specify if this projection should select all in-scope expressions or not
|
Projection |
Projection.distinct()
Specify this projection to be distinct
|
Projection |
Projection.distinct(boolean isDistinct)
Specify if this projection should be distinct or not
|
static Projection |
SparqlBuilder.select(Projectable... projectables)
Create a SPARQL projection
|
Projection |
Projection.select(Projectable... projectables)
Add expressions for this projection to select
|
Modifier and Type | Method and Description |
---|---|
SelectQuery |
SelectQuery.select(Projection select)
Set this query's projection
|
static SelectQuery |
Queries.SELECT(Projection select)
Create a SPARQL Select query
|
Modifier and Type | Method and Description |
---|---|
SubSelect |
SubSelect.select(Projection select)
Set this query's projection
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.