java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetWriterText
- All Implemented Interfaces:
RowSetWriter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd) static void
output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd, Context cxt) static void
void
write
(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoid
write
(OutputStream out, RowSet resultSet, Context context) Write the ResultSet to the OutputStreamvoid
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred.
-
Field Details
-
factory
-
-
Method Details
-
write
Description copied from interface:RowSetWriter
Write the ResultSet to the OutputStream- Specified by:
write
in interfaceRowSetWriter
-
write
Description copied from interface:RowSetWriter
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred. Write the ResultSet to the Writer- Specified by:
write
in interfaceRowSetWriter
-
write
Description copied from interface:RowSetWriter
Write a boolean result to the output stream- Specified by:
write
in interfaceRowSetWriter
-
output
-
output
-
output
-