Class SynapseConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<SQLServerDatabase>
org.flywaydb.database.sqlserver.SQLServerConnection
org.flywaydb.database.sqlserver.synapse.SynapseConnection
- All Implemented Interfaces:
Closeable
,AutoCloseable
Azure Synapse connection.
-
Field Summary
Fields inherited from class org.flywaydb.database.sqlserver.SQLServerConnection
originalDatabaseName
Fields 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, isAzure
Methods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
-
Method Details
-
getSchema
- Overrides:
getSchema
in classSQLServerConnection
-
lock
- Overrides:
lock
in classSQLServerConnection
-