Package tilda.migration.actions
Class DDLDependencyPostManagement
- java.lang.Object
-
- tilda.migration.MigrationAction
-
- tilda.migration.actions.DDLDependencyPostManagement
-
public class DDLDependencyPostManagement extends MigrationAction
-
-
Field Summary
Fields Modifier and Type Field Description protected DDLDependencyManager_DdlDepMan-
Fields inherited from class tilda.migration.MigrationAction
_isDependencyAction, _maintenanceAction, _maintenanceObjectType, _SchemaName, _TableViewName
-
-
Constructor Summary
Constructors Constructor Description DDLDependencyPostManagement(DDLDependencyManager DdlDepMan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderrorHandling(Connection C)java.lang.StringgetDescription()booleanprocess(Connection C)-
Methods inherited from class tilda.migration.MigrationAction
getSchema, getTableViewName, isDependencyAction, isNeeded
-
-
-
-
Field Detail
-
_DdlDepMan
protected DDLDependencyManager _DdlDepMan
-
-
Constructor Detail
-
DDLDependencyPostManagement
public DDLDependencyPostManagement(DDLDependencyManager DdlDepMan)
-
-
Method Detail
-
process
public boolean process(Connection C) throws java.lang.Exception
- Specified by:
processin classMigrationAction- Throws:
java.lang.Exception
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin classMigrationAction
-
errorHandling
public void errorHandling(Connection C) throws java.lang.Exception
- Overrides:
errorHandlingin classMigrationAction- Throws:
java.lang.Exception
-
-