MigrationConfiguration |
MigrationConfiguration.alterTableAddMultiple(boolean newAlterTableAddMultiple) |
Whether ALTER TABLE statements should add multiple columns
and constraints in a single statement where supported.
|
MigrationConfiguration |
MigrationConfiguration.alterTableDropCascade(boolean newAlterTableDropCascade) |
Whether ALTER TABLE ..
|
MigrationConfiguration |
MigrationConfiguration.alterTableDropMultiple(boolean newAlterTableDropMultiple) |
Whether ALTER TABLE statements should drop multiple columns
and constraints in a single statement where supported.
|
MigrationConfiguration |
MigrationConfiguration.createOrReplaceView(boolean newCreateOrReplaceView) |
Whether the views should be (create-or-)replaced or dropped and re-created.
|
MigrationConfiguration |
MigrationConfiguration.dropSchemaCascade(boolean newDropSchemaCascade) |
Whether DROP SCHEMA statements should have a
CASCADE clause where supported.
|
MigrationConfiguration |
MigrationConfiguration.dropTableCascade(boolean newDropTableCascade) |
Whether DROP TABLE statements should have a
CASCADE [ CONSTRAINTS ] clause where supported.
|
MigrationConfiguration |
MigrationConfiguration.respectColumnOrder(boolean newRespectColumnOrder) |
Whether the column order should be respected in a migration.
|