public class DB_Table extends Object
| Constructor and Description |
|---|
DB_Table() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doTables(Connection conn,
HashMap tableIdToNameMap) |
static boolean |
reinstateAutoIncrement(String colName,
String tableId,
StringBuilder colDef) |
public static void doTables(Connection conn, HashMap tableIdToNameMap) throws SQLException
SQLExceptionpublic static boolean reinstateAutoIncrement(String colName, String tableId, StringBuilder colDef) throws SQLException
SQLExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.