Class DatasetTupleQuery
- java.lang.Object
-
- org.eclipse.rdf4j.repository.dataset.DatasetQuery
-
- org.eclipse.rdf4j.repository.dataset.DatasetTupleQuery
-
- All Implemented Interfaces:
Operation
,Query
,TupleQuery
class DatasetTupleQuery extends DatasetQuery implements TupleQuery
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.query.Query
Query.QueryType
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.repository.dataset.DatasetQuery
con, sailQuery
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DatasetTupleQuery(DatasetRepositoryConnection con, SailTupleQuery sailQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TupleQueryResult
evaluate()
void
evaluate(TupleQueryResultHandler handler)
-
Methods inherited from class org.eclipse.rdf4j.repository.dataset.DatasetQuery
clearBindings, equals, explain, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, getMaxQueryTime, hashCode, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime, setMaxQueryTime, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
Methods inherited from interface org.eclipse.rdf4j.query.Query
explain, getMaxQueryTime, setMaxQueryTime
-
-
-
-
Constructor Detail
-
DatasetTupleQuery
protected DatasetTupleQuery(DatasetRepositoryConnection con, SailTupleQuery sailQuery)
-
-
Method Detail
-
evaluate
public TupleQueryResult evaluate() throws QueryEvaluationException
- Specified by:
evaluate
in interfaceTupleQuery
- Throws:
QueryEvaluationException
-
evaluate
public void evaluate(TupleQueryResultHandler handler) throws QueryEvaluationException, TupleQueryResultHandlerException
- Specified by:
evaluate
in interfaceTupleQuery
- Throws:
QueryEvaluationException
TupleQueryResultHandlerException
-
-