| Connects to the database and writes out the tables and columns it
finds. Requires a recent JDBC driver. To execute, give the
properties file as the first parameter. Additional parameters: Run
with argument "-a" to append autoincrement to all primary keys.
Run with "-s pattern" to generate sequence keys; pattern can
contain "/C/" or "/T/", which means substitute the column or table
name. Run with "-u" or "-l" to output all UPPER or all lower case
for table and column names.
|