|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TupleQueryResultHandler
An interface defining methods related to handling sequences of Solutions.
| Method Summary | |
|---|---|
void |
endQueryResult()
Indicates the end of a sequence of solutions. |
void |
handleSolution(BindingSet bindingSet)
Handles a solution. |
void |
startQueryResult(List<String> bindingNames)
Indicates the start of a sequence of Solutions. |
| Method Detail |
|---|
void startQueryResult(List<String> bindingNames)
throws TupleQueryResultHandlerException
bindingNames - An ordered set of binding names.
TupleQueryResultHandlerException
void endQueryResult()
throws TupleQueryResultHandlerException
TupleQueryResultHandlerException
void handleSolution(BindingSet bindingSet)
throws TupleQueryResultHandlerException
TupleQueryResultHandlerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||