public abstract class SailQuery extends AbstractQuery
Modifier and Type | Class and Description |
---|---|
protected class |
SailQuery.QueryInterruptIteration |
bindings, dataset, includeInferred
Modifier | Constructor and Description |
---|---|
protected |
SailQuery(ParsedQuery parsedQuery,
SailRepositoryConnection con) |
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.
|
protected SailRepositoryConnection |
getConnection() |
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 SailQuery(ParsedQuery parsedQuery, SailRepositoryConnection con)
public ParsedQuery getParsedQuery()
protected SailRepositoryConnection getConnection()
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 © 2001-2016 Aduna. All Rights Reserved.