Uses of Class
org.jooq.conf.MigrationSchema
Packages that use MigrationSchema
-
Uses of MigrationSchema in org.jooq.conf
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
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 TypeMethodDescriptionSettings.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)