Uses of Class
migratedb.v1.core.internal.database.derby.DerbyDatabase
-
Packages that use DerbyDatabase Package Description migratedb.v1.core.internal.database.derby Private API. -
-
Uses of DerbyDatabase in migratedb.v1.core.internal.database.derby
Methods in migratedb.v1.core.internal.database.derby that return DerbyDatabase Modifier and Type Method Description DerbyDatabaseDerbySession. getDatabase()Constructors in migratedb.v1.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.
-