Interface TupleQueryResultHandler

All Superinterfaces:
QueryResultHandler
All Known Subinterfaces:
TupleQueryResultWriter
All Known Implementing Classes:
AbstractTupleQueryResultHandler, BackgroundTupleResult, BinaryQueryResultWriter, DAWGTestResultSetWriter, QueryResultCollector, SPARQLResultsCSVWriter, SPARQLResultsJSONWriter, SPARQLResultsTSVWriter, SPARQLResultsXMLWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsXMLWriter, TupleQueryResultBuilder, TupleQueryResultHandlerBase

public interface TupleQueryResultHandler extends QueryResultHandler
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.