Class MySQLTable


  • public class MySQLTable
    extends org.flywaydb.core.internal.database.base.Table<MySQLDatabase,​MySQLSchema>
    MySQL-specific table.
    • 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 doDrop()  
      protected boolean doExists()  
      protected void doLock()  
      • Methods inherited from class org.flywaydb.core.internal.database.base.Table

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

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

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

      • doDrop

        protected void doDrop()
                       throws java.sql.SQLException
        Specified by:
        doDrop in class org.flywaydb.core.internal.database.base.SchemaObject<MySQLDatabase,​MySQLSchema>
        Throws:
        java.sql.SQLException
      • doExists

        protected boolean doExists()
                            throws java.sql.SQLException
        Specified by:
        doExists in class org.flywaydb.core.internal.database.base.Table<MySQLDatabase,​MySQLSchema>
        Throws:
        java.sql.SQLException
      • doLock

        protected void doLock()
                       throws java.sql.SQLException
        Specified by:
        doLock in class org.flywaydb.core.internal.database.base.Table<MySQLDatabase,​MySQLSchema>
        Throws:
        java.sql.SQLException