Interface TupleQueryResultHandler
- All Superinterfaces:
QueryResultHandler
- All Known Subinterfaces:
TupleQueryResultWriter
- All Known Implementing Classes:
AbstractTupleQueryResultHandler, BackgroundTupleResult, BinaryQueryResultWriter, DAWGTestResultSetWriter, QueryResultCollector, SPARQLResultsCSVWriter, SPARQLResultsJSONWriter, SPARQLResultsODSWriter, SPARQLResultsTSVWriter, SPARQLResultsXLSXWriter, SPARQLResultsXMLWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsXMLWriter, TupleQueryResultBuilder
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