com.bigdata.rdf.sail
Class BigdataSailGraphQuery

java.lang.Object
  extended by org.openrdf.query.impl.AbstractQuery
      extended by org.openrdf.repository.sail.SailQuery
          extended by org.openrdf.repository.sail.SailGraphQuery
              extended by com.bigdata.rdf.sail.BigdataSailGraphQuery
All Implemented Interfaces:
org.openrdf.query.GraphQuery, org.openrdf.query.Query

public class BigdataSailGraphQuery
extends org.openrdf.repository.sail.SailGraphQuery


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openrdf.repository.sail.SailQuery
org.openrdf.repository.sail.SailQuery.QueryInterruptIteration
 
Field Summary
 
Fields inherited from class org.openrdf.query.impl.AbstractQuery
bindings, dataset, includeInferred, maxQueryTime
 
Constructor Summary
BigdataSailGraphQuery(org.openrdf.query.parser.ParsedGraphQuery tupleQuery, org.openrdf.repository.sail.SailRepositoryConnection con)
           
 
Method Summary
 org.openrdf.query.GraphQueryResult evaluate()
           
 
Methods inherited from class org.openrdf.repository.sail.SailGraphQuery
evaluate, 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

BigdataSailGraphQuery

public BigdataSailGraphQuery(org.openrdf.query.parser.ParsedGraphQuery tupleQuery,
                             org.openrdf.repository.sail.SailRepositoryConnection con)
Method Detail

evaluate

public org.openrdf.query.GraphQueryResult evaluate()
                                            throws org.openrdf.query.QueryEvaluationException
Specified by:
evaluate in interface org.openrdf.query.GraphQuery
Overrides:
evaluate in class org.openrdf.repository.sail.SailGraphQuery
Throws:
org.openrdf.query.QueryEvaluationException


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.