Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGQueryExecution

java.lang.Object
  extended by com.franz.agraph.jena.AGQueryExecution
All Implemented Interfaces:
Closeable, com.hp.hpl.jena.query.QueryExecution

public class AGQueryExecution
extends Object
implements com.hp.hpl.jena.query.QueryExecution, Closeable

Implements the Jena QueryExecution interface for AllegroGraph.


Constructor Summary
AGQueryExecution(AGQuery query, AGModel model)
           
 
Method Summary
 void abort()
           
 void close()
           
 boolean execAsk()
           
 Model execConstruct()
           
 Model execConstruct(Model m)
           
 Model execDescribe()
           
 Model execDescribe(Model m)
           
 com.hp.hpl.jena.query.ResultSet execSelect()
           
 com.hp.hpl.jena.sparql.util.Context getContext()
           
 com.hp.hpl.jena.query.Dataset getDataset()
           
 void setFileManager(FileManager fm)
           
 void setInitialBinding(com.hp.hpl.jena.query.QuerySolution binding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGQueryExecution

public AGQueryExecution(AGQuery query,
                        AGModel model)
Method Detail

abort

public void abort()
Specified by:
abort in interface com.hp.hpl.jena.query.QueryExecution

close

public void close()
Specified by:
close in interface Closeable
Specified by:
close in interface com.hp.hpl.jena.query.QueryExecution

execAsk

public boolean execAsk()
Specified by:
execAsk in interface com.hp.hpl.jena.query.QueryExecution

execConstruct

public Model execConstruct()
Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution

execConstruct

public Model execConstruct(Model m)
Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution

execDescribe

public Model execDescribe()
Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution

execDescribe

public Model execDescribe(Model m)
Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution

execSelect

public com.hp.hpl.jena.query.ResultSet execSelect()
Specified by:
execSelect in interface com.hp.hpl.jena.query.QueryExecution

getContext

public com.hp.hpl.jena.sparql.util.Context getContext()
Specified by:
getContext in interface com.hp.hpl.jena.query.QueryExecution

getDataset

public com.hp.hpl.jena.query.Dataset getDataset()
Specified by:
getDataset in interface com.hp.hpl.jena.query.QueryExecution

setFileManager

public void setFileManager(FileManager fm)
Specified by:
setFileManager in interface com.hp.hpl.jena.query.QueryExecution

setInitialBinding

public void setInitialBinding(com.hp.hpl.jena.query.QuerySolution binding)
Specified by:
setInitialBinding in interface com.hp.hpl.jena.query.QueryExecution

Copyright © 2008-2010 Franz Inc.