Uses of Class
migratedb.core.internal.database.derby.DerbyDatabase
-
Packages that use DerbyDatabase Package Description migratedb.core.internal.database.derby Private API. -
-
Uses of DerbyDatabase in migratedb.core.internal.database.derby
Constructors in migratedb.core.internal.database.derby with parameters of type DerbyDatabase Constructor Description DerbySchema(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.
-