Interface TableMigrator
-
- All Known Implementing Classes:
StandardTableMigrator
public interface TableMigratorAn object that produces analter tablestatements needed to update the definition of a table.- Since:
- 6.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getSqlAlterStrings(Table table, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext context)
-
-
-
Method Detail
-
getSqlAlterStrings
String[] getSqlAlterStrings(Table table, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext context)
-
-