org.axiondb.tools
Class BaseReport
java.lang.Object
org.axiondb.tools.BaseReport
public class BaseReport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseReport
public BaseReport(PrintWriter pw)
reportException
public void reportException(Exception e)
reportUpdateCount
public void reportUpdateCount(int count)
reportResultSet
public void reportResultSet(ResultSet rset)
throws SQLException
- Throws:
SQLException
printBoundary
public void printBoundary(char boundaryChar,
int[] colWidths)
printCentered
public void printCentered(String value,
int length)
printRight
public void printRight(String value,
int length)