Uses of Class
org.jooq.MigrationConfiguration
Packages that use MigrationConfiguration
-
Uses of MigrationConfiguration in org.jooq
Methods in org.jooq that return MigrationConfigurationModifier and TypeMethodDescriptionMigrationConfiguration.alterTableAddMultiple(boolean newAlterTableAddMultiple)WhetherALTER TABLEstatements should add multiple columns and constraints in a single statement where supported.MigrationConfiguration.alterTableDropCascade(boolean newAlterTableDropCascade)WhetherALTER TABLE ..MigrationConfiguration.alterTableDropMultiple(boolean newAlterTableDropMultiple)WhetherALTER TABLEstatements should drop multiple columns and constraints in a single statement where supported.MigrationConfiguration.createOrReplaceView(boolean newCreateOrReplaceView)Whether the views should be (create-or-)replaced or dropped and re-created.MigrationConfiguration.dropSchemaCascade(boolean newDropSchemaCascade)WhetherDROP SCHEMAstatements should have aCASCADEclause where supported.MigrationConfiguration.dropTableCascade(boolean newDropTableCascade)WhetherDROP TABLEstatements should have aCASCADE [ CONSTRAINTS ]clause where supported.MigrationConfiguration.respectColumnOrder(boolean newRespectColumnOrder)Whether the column order should be respected in a migration.Methods in org.jooq with parameters of type MigrationConfigurationModifier and TypeMethodDescription@NotNull QueriesMeta.migrateTo(Meta other, MigrationConfiguration configuration)Generate a migration script to get from this meta data to another one.