org.openrdf.repository.sail
Class SailBooleanQuery

java.lang.Object
  extended by org.openrdf.query.impl.AbstractQuery
      extended by org.openrdf.repository.sail.SailQuery
          extended by org.openrdf.repository.sail.SailBooleanQuery
All Implemented Interfaces:
BooleanQuery, Query

public class SailBooleanQuery
extends SailQuery
implements BooleanQuery

Author:
Arjohn Kampman

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openrdf.repository.sail.SailQuery
SailQuery.QueryInterruptIteration
 
Field Summary
 
Fields inherited from class org.openrdf.query.impl.AbstractQuery
bindings, dataset, includeInferred, maxQueryTime
 
Constructor Summary
protected SailBooleanQuery(ParsedBooleanQuery tupleQuery, SailRepositoryConnection sailConnection)
           
 
Method Summary
 boolean evaluate()
           
 ParsedBooleanQuery getParsedQuery()
           
 
Methods inherited from class org.openrdf.repository.sail.SailQuery
enforceMaxQueryTime, getActiveDataset, getConnection, toString
 
Methods inherited from class org.openrdf.query.impl.AbstractQuery
getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Query
getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime
 

Constructor Detail

SailBooleanQuery

protected SailBooleanQuery(ParsedBooleanQuery tupleQuery,
                           SailRepositoryConnection sailConnection)
Method Detail

getParsedQuery

public ParsedBooleanQuery getParsedQuery()
Overrides:
getParsedQuery in class SailQuery

evaluate

public boolean evaluate()
                 throws QueryEvaluationException
Specified by:
evaluate in interface BooleanQuery
Throws:
QueryEvaluationException


Copyright © 2001-2008 Aduna. All Rights Reserved.