public interface OutputFormatter
Interface for all formatters of result sets.
-
Method Summary
Modifier and TypeMethodDescriptionTurn into a stringvoid
format
(OutputStream out, boolean booleanResult) Format a boolean result - output on the given streamvoid
format
(OutputStream out, ResultSet resultSet) Format a result set - output on the given stream
-
Method Details
-
format
Format a result set - output on the given stream- Parameters:
out
-resultSet
-
-
format
Format a boolean result - output on the given stream- Parameters:
out
-booleanResult
-
-
asString
Turn into a string
-