Package tilda.migration.actions
Class TableIndexAdd
- java.lang.Object
-
- tilda.migration.MigrationAction
-
- tilda.migration.actions.TableIndexAdd
-
public class TableIndexAdd extends MigrationAction
-
-
Field Summary
Fields Modifier and Type Field Description protected Index
_IX
protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.migration.MigrationAction
_isDependencyAction, _maintenanceAction, _maintenanceObjectType, _SchemaName, _TableViewName
-
-
Constructor Summary
Constructors Constructor Description TableIndexAdd(Index IX)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
boolean
process(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
-
_IX
protected Index _IX
-
-
Constructor Detail
-
TableIndexAdd
public TableIndexAdd(Index IX)
-
-
Method Detail
-
process
public boolean process(Connection C) throws java.lang.Exception
- Specified by:
process
in classMigrationAction
- Throws:
java.lang.Exception
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in classMigrationAction
-
-