org.openrdf.query.resultio
Interface TupleQueryResultWriter

All Superinterfaces:
TupleQueryResultHandler
All Known Implementing Classes:
BinaryQueryResultWriter, SPARQLResultsJSONWriter, SPARQLResultsXMLWriter

public interface TupleQueryResultWriter
extends TupleQueryResultHandler

The interface of objects that writer query results in a specific query result format.


Method Summary
 TupleQueryResultFormat getTupleQueryResultFormat()
          Gets the query result format that this writer uses.
 
Methods inherited from interface org.openrdf.query.TupleQueryResultHandler
endQueryResult, handleSolution, startQueryResult
 

Method Detail

getTupleQueryResultFormat

TupleQueryResultFormat getTupleQueryResultFormat()
Gets the query result format that this writer uses.



Copyright © 2001-2008 Aduna. All Rights Reserved.