Package tilda.migration.actions
Class TableIndexRename
- java.lang.Object
-
- tilda.migration.MigrationAction
-
- tilda.migration.actions.TableIndexRename
-
public class TableIndexRename extends MigrationAction
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_NewNameprotected Object_Objprotected java.lang.String_OldNameprotected static org.apache.logging.log4j.LoggerLOG-
Fields inherited from class tilda.migration.MigrationAction
_isDependencyAction, _maintenanceAction, _maintenanceObjectType, _SchemaName, _TableViewName
-
-
Constructor Summary
Constructors Constructor Description TableIndexRename(Object Obj, java.lang.String OldName, java.lang.String NewName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()booleanprocess(Connection C)-
Methods inherited from class tilda.migration.MigrationAction
errorHandling, getSchema, getTableViewName, isDependencyAction, isNeeded
-
-
-
-
Field Detail
-
LOG
protected static final org.apache.logging.log4j.Logger LOG
-
_Obj
protected Object _Obj
-
_OldName
protected java.lang.String _OldName
-
_NewName
protected java.lang.String _NewName
-
-
Constructor Detail
-
TableIndexRename
public TableIndexRename(Object Obj, java.lang.String OldName, java.lang.String NewName)
-
-
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
-
-