|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.engine.QueryExecutionBase
public class QueryExecutionBase
All the SPARQL query result forms made from a graph-level execution object
| Constructor Summary | |
|---|---|
QueryExecutionBase(Query query,
Dataset dataset,
Context context,
QueryEngineFactory qeFactory)
|
|
| Method Summary | |
|---|---|
void |
abort()
Stop in mid execution. |
void |
close()
Close the query execution and stop query evaluation as soon as convenient. |
boolean |
execAsk()
Execute an ASK query |
com.hp.hpl.jena.rdf.model.Model |
execConstruct()
Execute a CONSTRUCT query |
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model model)
Execute a CONSTRUCT query, putting the statements into 'model'. |
com.hp.hpl.jena.rdf.model.Model |
execDescribe()
Execute a DESCRIBE query |
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model model)
Execute a DESCRIBE query, putting the statements into 'model'. |
ResultSet |
execSelect()
Execute a SELECT query |
Context |
getContext()
The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph). |
Dataset |
getDataset()
The dataset against which the query will execute. |
Plan |
getPlan()
|
void |
setFileManager(com.hp.hpl.jena.util.FileManager fm)
Set the FileManger that might be used to load files. |
void |
setInitialBinding(QuerySolution startSolution)
Set the initial association of variables and values. |
void |
setInitialBindings(ResultSet table)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionBase(Query query,
Dataset dataset,
Context context,
QueryEngineFactory qeFactory)
| Method Detail |
|---|
public void abort()
QueryExecution
abort in interface QueryExecutionpublic void close()
QueryExecution
close in interface QueryExecutionpublic ResultSet execSelect()
QueryExecution
execSelect in interface QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execConstruct()
QueryExecution
execConstruct in interface QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
QueryExecution
execConstruct in interface QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execDescribe()
QueryExecution
execDescribe in interface QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
QueryExecution
execDescribe in interface QueryExecutionpublic boolean execAsk()
QueryExecution
execAsk in interface QueryExecutionpublic Plan getPlan()
public Context getContext()
QueryExecution
getContext in interface QueryExecutionpublic Dataset getDataset()
QueryExecution
getDataset in interface QueryExecutionpublic void setFileManager(com.hp.hpl.jena.util.FileManager fm)
QueryExecution
setFileManager in interface QueryExecutionpublic void setInitialBinding(QuerySolution startSolution)
QueryExecution
setInitialBinding in interface QueryExecutionpublic void setInitialBindings(ResultSet table)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||