Class SynapseTable

    • Field Summary

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

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

        database, jdbcTemplate, name, schema
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doLock()  
      protected void doUnlock()  
      • Methods inherited from class org.flywaydb.core.internal.database.base.Table

        exists, exists, lock, unlock
      • Methods inherited from class org.flywaydb.core.internal.database.base.SchemaObject

        drop, getDatabase, getName, getSchema
      • Methods inherited from class java.lang.Object

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

      • doLock

        protected void doLock()
                       throws java.sql.SQLException
        Overrides:
        doLock in class SQLServerTable
        Throws:
        java.sql.SQLException
      • doUnlock

        protected void doUnlock()
                         throws java.sql.SQLException
        Overrides:
        doUnlock in class org.flywaydb.core.internal.database.base.Table<SQLServerDatabase,​SQLServerSchema>
        Throws:
        java.sql.SQLException