public abstract class AbstractParserUpdate extends AbstractUpdate
bindings, dataset, includeInferred
Modifier | Constructor and Description |
---|---|
protected |
AbstractParserUpdate(ParsedUpdate parsedUpdate) |
Modifier and Type | Method and Description |
---|---|
protected Dataset |
getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL
operation itself.
|
ParsedUpdate |
getParsedUpdate() |
String |
toString() |
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
protected AbstractParserUpdate(ParsedUpdate parsedUpdate)
public ParsedUpdate getParsedUpdate()
protected Dataset getMergedDataset(Dataset sparqlDefinedDataset)
sparqlDefinedDataset
- the dataset as defined in the SPARQL update itself.Dataset
comprised of a merge between the pre-set dataset and the SPARQL-defined dataset.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.