Package tilda.migration.drops
Class TableDrop
- java.lang.Object
-
- tilda.migration.MigrationDrops
-
- tilda.migration.drops.TableDrop
-
public class TableDrop extends MigrationDrops
-
-
Field Summary
-
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
-
-
-
-
Constructor Detail
-
TableDrop
public TableDrop(TableMeta table)
-
-
Method Detail
-
process
public java.lang.String process() throws java.lang.Exception
- Specified by:
process
in classMigrationDrops
- Throws:
java.lang.Exception
-
-