interface TableInterface
Modifier and Type | Field and Description |
---|---|
static int |
CCW
Text rotated 90 degrees counter-clockwise.
|
static int |
CW
Text rotated 90 degrees clockwise.
|
static int |
NORMAL
Indicates normal formatting.
|
Modifier and Type | Method and Description |
---|---|
void |
finishTable() |
void |
formatCell(Object value,
int format) |
void |
formatDataRow(Object... values) |
void |
formatDataRow(ResultSet rs) |
void |
formatHeaderRow(Object... values) |
void |
formatHeaderRow(ResultSet rs) |
int |
getColumnCount() |
int |
getDebugLevel() |
void |
setColumnCount(int value) |
void |
setDebugLevel(int value) |
void |
setOutput(GenericPrinter output) |
void |
startTable() |
static final int NORMAL
static final int CCW
static final int CW
void setOutput(GenericPrinter output)
void setDebugLevel(int value)
int getDebugLevel()
void setColumnCount(int value)
int getColumnCount()
void startTable()
void finishTable()
void formatHeaderRow(Object... values)
void formatHeaderRow(ResultSet rs) throws SQLException
SQLException
void formatDataRow(Object... values)
void formatDataRow(ResultSet rs) throws SQLException
SQLException
void formatCell(Object value, int format)