Class DatasetBooleanQuery
- java.lang.Object
-
- org.eclipse.rdf4j.repository.dataset.DatasetQuery
-
- org.eclipse.rdf4j.repository.dataset.DatasetBooleanQuery
-
- All Implemented Interfaces:
BooleanQuery
,Operation
,Query
class DatasetBooleanQuery extends DatasetQuery implements BooleanQuery
-
-
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
DatasetBooleanQuery(DatasetRepositoryConnection con, SailBooleanQuery sailQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate()
-
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
-
DatasetBooleanQuery
protected DatasetBooleanQuery(DatasetRepositoryConnection con, SailBooleanQuery sailQuery)
-
-
Method Detail
-
evaluate
public boolean evaluate() throws QueryEvaluationException
- Specified by:
evaluate
in interfaceBooleanQuery
- Throws:
QueryEvaluationException
-
-