org.openrdf.sesame.query.rql.model
Class SfwQuery

java.lang.Object
  extended byorg.openrdf.sesame.query.rql.model.SfwQuery
All Implemented Interfaces:
Query, ResourceQuery

public class SfwQuery
extends Object
implements ResourceQuery


Constructor Summary
SfwQuery(List select, List from, BooleanQuery where)
           
 
Method Summary
 void evaluate(RdfSchemaSource rss, TableQueryResultListener listener)
           
 List getFromPart()
           
 List getProjection()
           
 String getQuery()
           
 ValueIterator getResources(RdfSchemaSource rss)
           
 BooleanQuery getWherePart()
           
 boolean returnsSet()
           
 void setFromPart(List from)
           
 void setWherePart(BooleanQuery newWhere)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SfwQuery

public SfwQuery(List select,
                List from,
                BooleanQuery where)
Method Detail

evaluate

public void evaluate(RdfSchemaSource rss,
                     TableQueryResultListener listener)
              throws QueryEvaluationException
Specified by:
evaluate in interface ResourceQuery
Throws:
QueryEvaluationException

getResources

public ValueIterator getResources(RdfSchemaSource rss)
                           throws QueryEvaluationException
Specified by:
getResources in interface ResourceQuery
Throws:
QueryEvaluationException

getFromPart

public List getFromPart()

setFromPart

public void setFromPart(List from)

getWherePart

public BooleanQuery getWherePart()

setWherePart

public void setWherePart(BooleanQuery newWhere)

getProjection

public List getProjection()

returnsSet

public boolean returnsSet()
Specified by:
returnsSet in interface ResourceQuery

getQuery

public String getQuery()
Specified by:
getQuery in interface Query

toString

public String toString()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.