public abstract class SailQuery extends AbstractQuery
| Modifier and Type | Class and Description |
|---|---|
protected class |
SailQuery.QueryInterruptIteration |
maxQueryTimebindings, 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, setMaxQueryTimeclearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferredclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferredprotected 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-2014 Aduna. All Rights Reserved.