- All Known Implementing Classes:
RowSetWriterCSV
,RowSetWriterJSON
,RowSetWriterNone
,RowSetWriterProtobuf
,RowSetWriterText
,RowSetWriterThrift
,RowSetWriterTSV
,RowSetWriterXML
public interface RowSetWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoid
write
(OutputStream out, RowSet rowSet, Context context) Write the ResultSet to the OutputStreamvoid
Usingwrite(OutputStream, RowSet, Context)
is preferred.
-
Method Details
-
write
Write the ResultSet to the OutputStream -
write
Usingwrite(OutputStream, RowSet, Context)
is preferred. Write the ResultSet to the Writer -
write
Write a boolean result to the output stream
-