Uses of Class
migratedb.core.internal.database.firebird.FirebirdDatabase
-
Packages that use FirebirdDatabase Package Description migratedb.core.internal.database.firebird Private API. -
-
Uses of FirebirdDatabase in migratedb.core.internal.database.firebird
Constructors in migratedb.core.internal.database.firebird with parameters of type FirebirdDatabase Constructor Description FirebirdSchema(JdbcTemplate jdbcTemplate, FirebirdDatabase database, String name)Creates a new Firebird schema.FirebirdTable(JdbcTemplate jdbcTemplate, FirebirdDatabase database, FirebirdSchema schema, String name)Creates a new Firebird table.
-