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.SQLException
private static java.lang.String createColumn(java.lang.String colName, java.lang.String tableId, int colNum) throws java.sql.SQLException
java.sql.SQLException
public static boolean reinstateAutoIncrement(java.lang.String colName, java.lang.String tableId, java.lang.StringBuffer colDef) throws java.sql.SQLException
java.sql.SQLException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.