com.franz.agraph.jena
Class AGQueryExecution
java.lang.Object
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.
AGQueryExecution
public AGQueryExecution(AGQuery query,
AGModel model)
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