| Package | Description |
|---|---|
| org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
| org.openrdf.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 |
class |
FallbackDataset |
| 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 © 2001-2015 Aduna. All Rights Reserved.