org.axiondb.tools
public class BaseReport extends Object
Constructor Summary | |
---|---|
BaseReport(PrintWriter pw) |
Method Summary | |
---|---|
void | printBoundary(char boundaryChar, int[] colWidths) |
void | printCentered(String value, int length) |
void | printRight(String value, int length) |
void | reportException(Exception e) |
void | reportResultSet(ResultSet rset) |
void | reportUpdateCount(int count) |