|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputFormatter
Interface for all formatters of result sets.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void format(OutputStream out,
ResultSet resultSet)
out - resultSet -
void format(OutputStream out,
boolean booleanResult)
out - booleanResult - String asString(ResultSet resultSet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||