virtuoso.sesame2.driver
Class VirtuosoGraphQuery

java.lang.Object
  extended by virtuoso.sesame2.driver.VirtuosoQuery
      extended by virtuoso.sesame2.driver.VirtuosoGraphQuery
All Implemented Interfaces:
org.openrdf.query.GraphQuery, org.openrdf.query.Query

public class VirtuosoGraphQuery
extends VirtuosoQuery
implements org.openrdf.query.GraphQuery


Constructor Summary
VirtuosoGraphQuery()
           
 
Method Summary
 org.openrdf.query.GraphQueryResult evaluate()
           
 void evaluate(org.openrdf.rio.RDFHandler handler)
           
 
Methods inherited from class virtuoso.sesame2.driver.VirtuosoQuery
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Query
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime
 

Constructor Detail

VirtuosoGraphQuery

public VirtuosoGraphQuery()
Method Detail

evaluate

public org.openrdf.query.GraphQueryResult evaluate()
                                            throws org.openrdf.query.QueryEvaluationException
Specified by:
evaluate in interface org.openrdf.query.GraphQuery
Throws:
org.openrdf.query.QueryEvaluationException

evaluate

public void evaluate(org.openrdf.rio.RDFHandler handler)
              throws org.openrdf.query.QueryEvaluationException,
                     org.openrdf.rio.RDFHandlerException
Specified by:
evaluate in interface org.openrdf.query.GraphQuery
Throws:
org.openrdf.query.QueryEvaluationException
org.openrdf.rio.RDFHandlerException