Methods in com.ptc.windchill.upgrade.modeldiff with parameters of type TableDef |
private Vector |
CompareSchema.editTableDefForNewColumns(String table_name,
String class_name,
Hashtable dbCols,
Hashtable clDbCols,
TableDef tableDef)
|
private void |
CompareSchema.editTableDefForRemovedColumns(String table_name,
String class_name,
Hashtable dbCols,
Hashtable clDbCols,
TableDef tableDef)
|
private Vector |
CompareSchema.editTableDefForKeptColumns(String table_name,
String class_name,
Hashtable dbCols,
Hashtable clDbCols,
TableDef tableDef)
|
private void |
CompareSchema.generateAlterTableModifyScript(String table_name,
String class_name,
TableDef tableDef)
|
private void |
CompareSchema.generateTriggerScript(String table_name,
String class_name,
ClassInfo classInfo,
TableDef tableDef)
|
private void |
CompareSchema.generateAddIndexScripts(Vector dbInds,
Vector clDbInds,
TableDef tableDef)
|
private Vector |
CompareSchema.dropDbFbisUsedInModify(String mod_table_name,
Vector dbInds,
Vector clDbInds,
TableDef tableDef)
|
private void |
CompareSchema.createDataForUniquenessTest(IndexInfo indexInfo,
TableDef tableDef)
Test the data in a table that has new UNIQUE indices |
(package private) String |
AttribsList.initialValueExpression(TableDef tableDef)
Specifies an initial value for the column if possible. |
private static boolean |
AttribsList.isTableColumnPropertyNewInClass(TableDef tableDef,
ClassInfo classInfo,
String property_name)
Determines if a specified property is new to the table. |