|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.TupleQueryResultHandlerBase
public class TupleQueryResultHandlerBase
Base class for TupleQueryResultHandlers with dummy implementations
of all methods. This class is a useful superclass for classes that implement
only one or two TupleQueryResultHandler methods.
| Constructor Summary | |
|---|---|
TupleQueryResultHandlerBase()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TupleQueryResultHandlerBase()
| Method Detail |
|---|
public void startQueryResult(List<String> bindingNames)
throws TupleQueryResultHandlerException
TupleQueryResultHandler
startQueryResult in interface TupleQueryResultHandlerbindingNames - An ordered set of binding names.
TupleQueryResultHandlerException
public void endQueryResult()
throws TupleQueryResultHandlerException
TupleQueryResultHandler
endQueryResult in interface TupleQueryResultHandlerTupleQueryResultHandlerException
public void handleSolution(BindingSet bindingSet)
throws TupleQueryResultHandlerException
TupleQueryResultHandler
handleSolution in interface TupleQueryResultHandlerTupleQueryResultHandlerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||