| Package | Description |
|---|---|
| org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
| org.eclipse.rdf4j.query.impl |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Operation.getDataset()
Gets the dataset that has been set using
Operation.setDataset(Dataset), if any. |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setDataset(Dataset dataset)
Specifies the dataset against which to execute an operation, overriding any dataset that is specified
in the operation itself.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetImpl
Deprecated.
since 4.0. Use
SimpleDataset instead. |
class |
FallbackDataset |
class |
SimpleDataset
A simple implementation of the
Dataset interface. |
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
AbstractOperation.dataset |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
FallbackDataset.fallback(Dataset primary,
Dataset fallback) |
Dataset |
AbstractOperation.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
FallbackDataset.fallback(Dataset primary,
Dataset fallback) |
void |
AbstractOperation.setDataset(Dataset dataset) |
Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.