Package org.flywaydb.database.firebird
Class FirebirdConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<FirebirdDatabase>
org.flywaydb.database.firebird.FirebirdConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FirebirdConnection
extends org.flywaydb.core.internal.database.base.Connection<FirebirdDatabase>
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringorg.flywaydb.core.internal.database.base.SchemaMethods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<FirebirdDatabase>
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<FirebirdDatabase>
-