Package tilda.migration.drops
Class ColumnDrop
- java.lang.Object
-
- tilda.migration.MigrationDrops
-
- tilda.migration.drops.ColumnDrop
-
public class ColumnDrop extends MigrationDrops
-
-
Field Summary
Fields Modifier and Type Field Description protected ColumnMeta
_Col
-
Fields inherited from class tilda.migration.MigrationDrops
_SchemaName, _TableViewName
-
-
Constructor Summary
Constructors Constructor Description ColumnDrop(ColumnMeta Col)
-
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
-
_Col
protected ColumnMeta _Col
-
-
Constructor Detail
-
ColumnDrop
public ColumnDrop(ColumnMeta Col)
-
-
Method Detail
-
process
public java.lang.String process() throws java.lang.Exception
- Specified by:
process
in classMigrationDrops
- Throws:
java.lang.Exception
-
-