Interface QueryResultWriter

All Superinterfaces:
QueryResultHandler
All Known Subinterfaces:
BooleanQueryResultWriter, TupleQueryResultWriter
All Known Implementing Classes:
AbstractQueryResultWriter, BinaryQueryResultWriter, BooleanTextWriter, ConsoleQueryResultWriter, SPARQLBooleanJSONWriter, SPARQLBooleanXMLWriter, SPARQLResultsCSVWriter, SPARQLResultsJSONWriter, SPARQLResultsTSVWriter, SPARQLResultsXMLWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsJSONWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsTSVWriter, SPARQLStarResultsXMLWriter

public interface QueryResultWriter extends QueryResultHandler
The base interface for writers of query results sets and boolean results.
Author:
Peter Ansell