|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryExecution
A interface for a single execution of a query.
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 |
execDescribe()
Execute a DESCRIBE query |
ResultSet |
execSelect()
Execute a SELECT query |
com.hp.hpl.jena.query.util.Context |
getContext()
The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph). |
void |
setFileManager(com.hp.hpl.jena.util.FileManager fm)
Set the FileManger that might be used to load files. |
void |
setInitialBinding(QuerySolution binding)
Set the initial association of variables and values. |
Method Detail |
---|
void setFileManager(com.hp.hpl.jena.util.FileManager fm)
UnsupportedMethodException
void setInitialBinding(QuerySolution binding)
binding
-
UnsupportedMethodException
com.hp.hpl.jena.query.util.Context getContext()
ResultSet execSelect()
com.hp.hpl.jena.rdf.model.Model execConstruct()
com.hp.hpl.jena.rdf.model.Model execDescribe()
boolean execAsk()
void abort()
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |