|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for query execution engines.
The normal sequence is:
QueryExecution qe = new .... ;
qe.init() ;
QueryResults qres = qe.exec() ;
....
qres.close() ;
qe.end() ;
QueryEngine
Method Summary | |
void |
abort()
Stop in mid execution. |
void |
close()
Normal end of use of this execution |
QueryResults |
exec()
Do it! |
QueryResults |
exec(ResultBinding startBinding)
Do a query, given an initail starting set of bindings |
void |
init()
Initialise a query execution. |
Method Detail |
public void init()
public QueryResults exec()
public QueryResults exec(ResultBinding startBinding)
public void abort()
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |