Class IgniteThinConnection

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

    public class IgniteThinConnection
    extends org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
    Apache Ignite Thin connection.
    • Field Summary

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

        database, jdbcTemplate, originalSchemaNameOrSearchPath
    • Method Summary

      Modifier and Type Method Description
      void doChangeCurrentSchemaOrSearchPathTo​(java.lang.String schema)  
      protected java.lang.String getCurrentSchemaNameOrSearchPath()  
      org.flywaydb.core.internal.database.base.Schema getSchema​(java.lang.String name)  
      • Methods inherited from class org.flywaydb.core.internal.database.base.Connection

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

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

      • doChangeCurrentSchemaOrSearchPathTo

        public void doChangeCurrentSchemaOrSearchPathTo​(java.lang.String schema)
                                                 throws java.sql.SQLException
        Overrides:
        doChangeCurrentSchemaOrSearchPathTo in class org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
        Throws:
        java.sql.SQLException
      • getSchema

        public org.flywaydb.core.internal.database.base.Schema getSchema​(java.lang.String name)
        Specified by:
        getSchema in class org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
      • getCurrentSchemaNameOrSearchPath

        protected java.lang.String getCurrentSchemaNameOrSearchPath()
                                                             throws java.sql.SQLException
        Specified by:
        getCurrentSchemaNameOrSearchPath in class org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
        Throws:
        java.sql.SQLException