Class SynapseConnection
java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<SQLServerDatabase>
migratedb.v1.core.internal.database.sqlserver.SQLServerConnection
migratedb.v1.core.internal.database.sqlserver.synapse.SynapseConnection
- All Implemented Interfaces:
AutoCloseable,Connection<SQLServerDatabase>
Azure Synapse connection.
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.sqlserver.SQLServerConnection
originalDatabaseNameFields inherited from class migratedb.v1.core.internal.database.base.BaseConnection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.sqlserver.SQLServerConnection
doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, getEngineEdition, isAzureConnectionMethods inherited from class migratedb.v1.core.internal.database.base.BaseConnection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
-
Method Details
-
getSchema
Description copied from interface:ConnectionRetrieves the schema with this name in the database.- Specified by:
getSchemain interfaceConnection<SQLServerDatabase>- Overrides:
getSchemain classSQLServerConnection
-
lock
Description copied from interface:ConnectionLocks this table and executes this callable.- Specified by:
lockin interfaceConnection<SQLServerDatabase>- Overrides:
lockin classSQLServerConnection- Returns:
- The result of the callable.
-