virtuoso.sesame2.driver
Class VirtuosoGraphQuery

java.lang.Object
  extended by virtuoso.sesame2.driver.VirtuosoOperation
      extended by virtuoso.sesame2.driver.VirtuosoQuery
          extended by virtuoso.sesame2.driver.VirtuosoGraphQuery
All Implemented Interfaces:
org.openrdf.query.GraphQuery, org.openrdf.query.Operation, 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
getMaxQueryTime, setMaxQueryTime
 
Methods inherited from class virtuoso.sesame2.driver.VirtuosoOperation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Query
getMaxQueryTime, setMaxQueryTime
 
Methods inherited from interface org.openrdf.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 

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