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