|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.hp.hpl.jena.rdql.QueryEngine
| Constructor Summary | |
QueryEngine(Query q)
|
|
| Method Summary | |
void |
abort()
Stop in mid execution. |
void |
close()
Normal end of use of this execution |
QueryResults |
exec()
Execute a query and get back the results. |
QueryResults |
exec(ResultBinding startBinding)
Execute a query, passing in an initial binding of some of the variables in the query. |
void |
init()
Initialise a query execution. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryEngine(Query q)
| Method Detail |
public void init()
init in interface QueryExecutionpublic QueryResults exec()
exec in interface QueryExecutionpublic QueryResults exec(ResultBinding startBinding)
exec in interface QueryExecutionstartBinding - Initial values of variables.
public void abort()
QueryExecution
abort in interface QueryExecutionpublic void close()
close in interface QueryExecution
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||