|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.afcs.warts.report.TableDescriptionReport
The TableDescriptionReport class generates plain text description reports of database tables.
LICENSE: This code is released to the public domain and may be used for any purpose whatsoever without permission or acknowledgment.
| Method Summary | |
static java.util.List |
getDescriptionReportData(TableDescription description)
Produces the list of lists containing the values that make up the table description report. |
static java.lang.String |
report(AccountConfiguration configuration)
Iterates through all of the tables accessible via the specified account configuration, compiling the description report for each table into a larger report, which is returned. |
static java.lang.String |
report(TableDescription description)
Returns a description of the specified database table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String report(AccountConfiguration configuration)
configuration - The account configuration to work with.
java.lang.NullPointerException - If configuration is null.public static java.lang.String report(TableDescription description)
description - The table to report on.
java.lang.NullPointerException - If description is null.public static java.util.List getDescriptionReportData(TableDescription description)
TablePrinter to produce plain
text reports, or with a
TableDescriptionModel to
produce a Swing table version of the report.
description - The table to report on.
java.lang.NullPointerException - If description is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||