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

Field Summary
 
Fields inherited from class org.openrdf.query.impl.AbstractQuery
bindings, dataset, includeInferred
 
Constructor Summary
protected SailBooleanQuery(ParsedBooleanQuery tupleQuery, SailRepositoryConnection sailConnection)
           
 
Method Summary
 boolean evaluate()
           
 ParsedBooleanQuery getParsedQuery()
           
 
Methods inherited from class org.openrdf.repository.sail.SailQuery
getActiveDataset, getConnection, toString
 
Methods inherited from class org.openrdf.query.impl.AbstractQuery
getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 
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, removeBinding, setBinding, setDataset, setIncludeInferred
 

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-2007 Aduna. All Rights Reserved.