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