Interface TableMigrator
-
- All Known Implementing Classes:
StandardTableMigrator
public interface TableMigrator
An object that produces analter table
statements 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)
-
-