public abstract class AbstractParserQuery extends AbstractQuery
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractParserQuery.QueryInterruptIteration |
bindings, dataset, includeInferred
Modifier | Constructor and Description |
---|---|
protected |
AbstractParserQuery(ParsedQuery parsedQuery) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Dataset |
getActiveDataset()
Gets the "active" dataset for this query.
|
ParsedQuery |
getParsedQuery() |
String |
toString() |
getMaxQueryTime, setMaxQueryTime
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 AbstractParserQuery(ParsedQuery parsedQuery)
public ParsedQuery getParsedQuery()
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
public Dataset getActiveDataset()
AbstractOperation.setDataset(Dataset)
or the dataset that has been specified in the query, where the former takes
precedence over the latter.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.