public class TableDump extends Object
| Constructor and Description |
|---|
TableDump() |
| Modifier and Type | Method and Description |
|---|---|
static String |
dumpDB(Connection dbConn)
Extract the schema
Taken from http://www.isocra.com/articles/db2sql.java, with additions for indexes and vendor
Copyright Isocra Ltd 2004
|
public static String dumpDB(Connection dbConn)
dbConn - A database connectionLicenced under the Apache License, Version 2.0