Interface TableMigrator
- All Known Implementing Classes:
StandardTableMigrator
public interface TableMigrator
An object that produces an
alter table
statements
needed to update the definition of a table.- Since:
- 6.2
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getSqlAlterStrings
(Table table, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext context)
-
Method Details
-
getSqlAlterStrings
String[] getSqlAlterStrings(Table table, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext context)
-