Class IgniteThinTable

    • 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

      Modifier and Type Method Description
      protected void doDrop()  
      protected boolean doExists()  
      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, getName, getSchema, toString
      • Methods inherited from class java.lang.Object

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

      • IgniteThinTable

        public IgniteThinTable​(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate,
                               IgniteThinDatabase database,
                               IgniteThinSchema schema,
                               java.lang.String name)
        Creates a new Ignite table.
        Parameters:
        jdbcTemplate - The Jdbc Template for communicating with the DB.
        database - The database-specific support.
        schema - The schema this table lives in.
        name - The name of the table.
    • Method Detail

      • doDrop

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

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

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

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