Package tilda.migration.drops
Class IndexDrop
- java.lang.Object
-
- tilda.migration.MigrationDrops
-
- tilda.migration.drops.IndexDrop
-
public class IndexDrop extends MigrationDrops
-
-
Field Summary
Fields Modifier and Type Field Description protected IndexMeta
_index
-
Fields inherited from class tilda.migration.MigrationDrops
_SchemaName, _TableViewName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
process()
-
Methods inherited from class tilda.migration.MigrationDrops
getSchema, getTableViewName
-
-
-
-
Field Detail
-
_index
protected IndexMeta _index
-
-
Constructor Detail
-
IndexDrop
public IndexDrop(IndexMeta index)
-
-
Method Detail
-
process
public java.lang.String process() throws java.lang.Exception
- Specified by:
process
in classMigrationDrops
- Throws:
java.lang.Exception
-
-