public interface ResultSetWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoid
write
(OutputStream out, ResultSet resultSet, Context context) Write the ResultSet to the OutputStreamvoid
Usingwrite(OutputStream, ResultSet, Context)
is preferred.
-
Method Details
-
write
Write the ResultSet to the OutputStream -
write
Usingwrite(OutputStream, ResultSet, Context)
is preferred. Write the ResultSet to the Writer -
write
Write a boolean result to the output stream
-