Uses of Class
com.ptc.windchill.upgrade.modeldiff.IndexInfo

Packages that use IndexInfo
com.ptc.windchill.upgrade.modeldiff   
 

Uses of IndexInfo in com.ptc.windchill.upgrade.modeldiff
 

Methods in com.ptc.windchill.upgrade.modeldiff with parameters of type IndexInfo
(package private)  boolean IndexInfo.indexesSameInformationInSameWayAs(IndexInfo other_index)
          Note that column names are case insensitive and that the "indexName_" and "tableInfo_" are NOT involved in determining equality.
private  boolean IndexInfo.indexesSameInformationAs(IndexInfo other_index)
          Tests whether the other index represents the same index on the same table as this one does.
(package private)  void CompareSchemaReportXml.addIndexRemoveElement(IndexInfo ind)
           
(package private)  void CompareSchemaReportXml.addIndexNewElement(IndexInfo ind, boolean requireTest)
           
(package private)  void CompareSchemaReportXml.addIndexDropToReplaceElement(IndexInfo ind)
           
(package private)  void CompareSchemaReportXml.addIndexReplacementElement(IndexInfo ind)
           
private  void CompareSchemaReportXml.addIndexElement(String tag, IndexInfo ind, boolean useNewName, boolean uniquenessTest)
           
private  void CompareSchemaReportXml.addIndexColumnsAndExpressions(IndexInfo ind)
           
private  boolean CompareSchema.nameFound(IndexInfo ind, Vector inds)
           
private  void CompareSchema.createDataForUniquenessTest(IndexInfo indexInfo, TableDef tableDef)
          Test the data in a table that has new UNIQUE indices