Uses of Class
org.jooq.conf.MigrationSchema
Packages that use MigrationSchema
-
Uses of MigrationSchema in org.jooq.conf
Fields in org.jooq.conf declared as MigrationSchemaModifier and TypeFieldDescriptionprotected MigrationSchema
Settings.migrationDefaultSchema
protected MigrationSchema
Settings.migrationHistorySchema
Fields in org.jooq.conf with type parameters of type MigrationSchemaModifier and TypeFieldDescriptionprotected List
<MigrationSchema> Settings.migrationSchemata
protected List
<MigrationSchema> MigrationType.schemata
Methods in org.jooq.conf that return MigrationSchemaModifier 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.Methods in org.jooq.conf that return types with arguments of type MigrationSchemaMethods in org.jooq.conf with parameters of type MigrationSchemaModifier 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) Method parameters in org.jooq.conf with type arguments of type MigrationSchemaModifier 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)