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 | Class and Description |
---|---|
class |
Assignment
A SPARQL expression-to-variable assignment
|
class |
Variable
A SPARQL query variable
|
Modifier and Type | Method and Description |
---|---|
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(Projectable... projectables)
Add expressions to the query's projection
|
static SelectQuery |
Queries.SELECT(Projectable... projectables)
Create a SPARQL Select query
|
Modifier and Type | Method and Description |
---|---|
SubSelect |
SubSelect.select(Projectable... projectables)
Add expressions to the query's projection
|
static SubSelect |
GraphPatterns.select(Projectable... projectables)
Create a SPARQL subquery, including the given elements in its projection.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.