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 |
---|---|
static Dataset |
SparqlBuilder.dataset(From... graphs)
Create a dataset declaration
|
Dataset |
Dataset.from(From... graphs)
Add graph references to this dataset
|
Dataset |
Dataset.from(Iri... iris)
Add unnamed graph references to this dataset
|
Modifier and Type | Field and Description |
---|---|
protected Optional<Dataset> |
Query.from |
Modifier and Type | Method and Description |
---|---|
T |
Query.from(Dataset from)
Set the Dataset clause for this query
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.