public interface TupleQueryResultHandler
| Modifier and Type | Method and Description |
|---|---|
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.
|
void startQueryResult(List<String> bindingNames) throws TupleQueryResultHandlerException
bindingNames - An ordered set of binding names.TupleQueryResultHandlerExceptionvoid endQueryResult()
throws TupleQueryResultHandlerException
TupleQueryResultHandlerExceptionvoid handleSolution(BindingSet bindingSet) throws TupleQueryResultHandlerException
TupleQueryResultHandlerExceptionCopyright © 2001-2013 Aduna. All Rights Reserved.