public interface OutputFormatter
Modifier and Type | Method and Description |
---|---|
String |
asString(ResultSet resultSet)
Turn into a string
|
void |
format(OutputStream out,
boolean booleanResult)
Format a boolean result - output on the given stream
|
void |
format(OutputStream out,
ResultSet resultSet)
Format a result set - output on the given stream
|
void format(OutputStream out, ResultSet resultSet)
out
- resultSet
- void format(OutputStream out, boolean booleanResult)
out
- booleanResult
- Licenced under the Apache License, Version 2.0