Class DB_Table
java.lang.Object
org.apache.derby.impl.tools.dblook.DB_Table
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static PreparedStatement
private static PreparedStatement
private static PreparedStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
createColumn
(String colName, String tableId, int colNum) static void
doTables
(Connection conn, HashMap tableIdToNameMap) static boolean
reinstateAutoIncrement
(String colName, String tableId, StringBuffer colDef)
-
Field Details
-
getColumnInfoStmt
-
getColumnTypeStmt
-
getAutoIncStmt
-
-
Constructor Details
-
DB_Table
public DB_Table()
-
-
Method Details
-
doTables
- Throws:
SQLException
-
createColumn
- Throws:
SQLException
-
reinstateAutoIncrement
public static boolean reinstateAutoIncrement(String colName, String tableId, StringBuffer colDef) throws SQLException - Throws:
SQLException
-