Class FirebirdConnection
java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<FirebirdDatabase>
migratedb.v1.core.internal.database.firebird.FirebirdConnection
- All Implemented Interfaces:
AutoCloseable,Connection<FirebirdDatabase>
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseConnection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.base.BaseConnection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classBaseConnection<FirebirdDatabase>- Throws:
SQLException- when the current schema name or search path could not be retrieved.
-
getSchema
Description copied from interface:ConnectionRetrieves the schema with this name in the database.
-