Uses of Class
migratedb.v1.core.internal.database.derby.DerbyDatabase
Packages that use DerbyDatabase
-
Uses of DerbyDatabase in migratedb.v1.core.internal.database.derby
Constructors in migratedb.v1.core.internal.database.derby with parameters of type DerbyDatabaseModifierConstructorDescriptionDerbySchema(JdbcTemplate jdbcTemplate, DerbyDatabase database, String name) Creates a new Derby schema.DerbyTable(JdbcTemplate jdbcTemplate, DerbyDatabase database, DerbySchema schema, String name) Creates a new Derby table.