Class FabricDataWarehouseConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<SQLServerDatabase>
org.flywaydb.database.sqlserver.SQLServerConnection
org.flywaydb.database.sqlserver.fabricDataWarehouse.FabricDataWarehouseConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
Fabric Data Warehouse connection.
-
Field Summary
Fields inherited from class org.flywaydb.database.sqlserver.SQLServerConnection
originalDatabaseNameFields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Methods inherited from class org.flywaydb.database.sqlserver.SQLServerConnection
doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, getEngineEdition, getServerName, isAwsRds, isAzureMethods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
-
Method Details
-
getSchema
- Overrides:
getSchemain classSQLServerConnection
-
lock
- Overrides:
lockin classSQLServerConnection
-