Class SynapseConnection

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SynapseConnection
    extends SQLServerConnection
    Azure Synapse connection.
    • Field Summary

      • Fields inherited from class org.flywaydb.core.internal.database.base.Connection

        database, jdbcTemplate, originalSchemaNameOrSearchPath
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.flywaydb.core.internal.database.base.Schema getSchema​(java.lang.String name)  
      <T> T lock​(org.flywaydb.core.internal.database.base.Table table, java.util.concurrent.Callable<T> callable)  
      • Methods inherited from class org.flywaydb.core.internal.database.base.Connection

        changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSchema

        public org.flywaydb.core.internal.database.base.Schema getSchema​(java.lang.String name)
        Overrides:
        getSchema in class SQLServerConnection
      • lock

        public <T> T lock​(org.flywaydb.core.internal.database.base.Table table,
                          java.util.concurrent.Callable<T> callable)
        Overrides:
        lock in class SQLServerConnection