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

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

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

Methods in com.ptc.windchill.upgrade.modeldiff that throw UpgradeSchemaException
 boolean UpgradeSchema.executeFromGui()
          A GUI initiates execution using this class method.
private  void UpgradeSchema.executeUpgradeSchema(String[] args)
           
private  File UpgradeSchema.performLeadingActivities()
           
private  int UpgradeSchema.readGuiDisplayedItems()
           
private  void UpgradeSchema.updateGuiAsCompleted(int number_of_sql)
           
private  void UpgradeSchema.testGuiForACancel()
           
private  void UpgradeSchema.updateGuiWithSchemaResults()
           
private  void UpgradeSchema.executeSqlScriptFileToStream(File script_file)
          Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus.
private  void UpgradeSchema.executeSqlScriptFileToStream2(File script_file)
          Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus.
private  File UpgradeSchema.createScriptToCall(String sql_to_execute)