public class DB_Table
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.sql.PreparedStatement |
getAutoIncStmt |
private static java.sql.PreparedStatement |
getColumnInfoStmt |
private static java.sql.PreparedStatement |
getColumnTypeStmt |
| Constructor and Description |
|---|
DB_Table() |
| Modifier and Type | Method and 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.