Interface TupleQueryResultHandler
- All Superinterfaces:
QueryResultHandler
- All Known Subinterfaces:
TupleQueryResultWriter
- All Known Implementing Classes:
AbstractTupleQueryResultHandler, BackgroundTupleResult, BinaryQueryResultWriter, DAWGTestResultSetWriter, QueryResultCollector, RDFStarDecodingQueryResultHandler, SPARQLResultsCSVWriter, SPARQLResultsJSONWriter, SPARQLResultsTSVWriter, SPARQLResultsXMLWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsXMLWriter, TupleQueryResultBuilder, TupleQueryResultHandlerBase
An interface defining methods related to handling sequences of Solutions.
Instances of this interface are capable of handling tuple results using the QueryResultHandler.startQueryResult(List) ,
QueryResultHandler.handleSolution(BindingSet) and QueryResultHandler.endQueryResult() methods.
-
Method Summary
Methods inherited from interface QueryResultHandler
endQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResult