public class DB_Table
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
private static java.sql.PreparedStatement |
getAutoIncStmt |
|
private static java.sql.PreparedStatement |
getColumnInfoStmt |
|
private static java.sql.PreparedStatement |
getColumnTypeStmt |
| Constructor | Description |
|---|---|
DB_Table() |
| Modifier and Type | Method | Description |
|---|---|---|
private static java.lang.String |
createColumn(java.lang.String colName,
java.lang.String tableId,
int colNum) |
|
static void |
doTables(java.sql.Connection conn,
java.util.HashMap tableIdToNameMap) |
|
static boolean |
reinstateAutoIncrement(java.lang.String colName,
java.lang.String tableId,
java.lang.StringBuffer colDef) |
private static java.sql.PreparedStatement getColumnInfoStmt
private static java.sql.PreparedStatement getColumnTypeStmt
private static java.sql.PreparedStatement getAutoIncStmt
public static void doTables(java.sql.Connection conn,
java.util.HashMap tableIdToNameMap)
throws java.sql.SQLException
java.sql.SQLExceptionprivate static java.lang.String createColumn(java.lang.String colName,
java.lang.String tableId,
int colNum)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static boolean reinstateAutoIncrement(java.lang.String colName,
java.lang.String tableId,
java.lang.StringBuffer colDef)
throws java.sql.SQLException
java.sql.SQLExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.