Uses of Class
org.jooq.conf.MigrationSchema
-
Uses of MigrationSchema in org.jooq.conf
Modifier and TypeFieldDescriptionprotected MigrationSchema
Settings.migrationDefaultSchema
protected MigrationSchema
Settings.migrationHistorySchema
Modifier and TypeFieldDescriptionprotected List<MigrationSchema>
Settings.migrationSchemata
protected List<MigrationSchema>
MigrationType.schemata
Modifier and TypeMethodDescriptionObjectFactory.createMigrationSchema()
Create an instance ofMigrationSchema
Settings.getMigrationDefaultSchema()
The default schema whose unqualified objects that are included in the migration.Settings.getMigrationHistorySchema()
The database schema where the migration history is located.MigrationSchema.withCatalog
(String value) The catalog qualifier of the schema, if applicable.MigrationSchema.withSchema
(String value) The schema qualifier whose elements can be found from the search path.Modifier and TypeMethodDescriptionvoid
Settings.setMigrationDefaultSchema
(MigrationSchema value) The default schema whose unqualified objects that are included in the migration.void
Settings.setMigrationHistorySchema
(MigrationSchema value) The database schema where the migration history is located.Settings.withMigrationDefaultSchema
(MigrationSchema value) The default schema whose unqualified objects that are included in the migration.Settings.withMigrationHistorySchema
(MigrationSchema value) The database schema where the migration history is located.Settings.withMigrationSchemata
(MigrationSchema... values) MigrationType.withSchemata
(MigrationSchema... values) Modifier and TypeMethodDescriptionvoid
Settings.setMigrationSchemata
(List<MigrationSchema> migrationSchemata) void
MigrationType.setSchemata
(List<MigrationSchema> schemata) Settings.withMigrationSchemata
(Collection<MigrationSchema> values) Settings.withMigrationSchemata
(List<MigrationSchema> migrationSchemata) MigrationType.withSchemata
(Collection<MigrationSchema> values) MigrationType.withSchemata
(List<MigrationSchema> schemata)