Uses of Class
migratedb.v1.core.internal.database.firebird.FirebirdDatabase
Packages that use FirebirdDatabase
-
Uses of FirebirdDatabase in migratedb.v1.core.internal.database.firebird
Constructors in migratedb.v1.core.internal.database.firebird with parameters of type FirebirdDatabaseModifierConstructorDescriptionFirebirdSchema(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.