Class InformixConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<InformixDatabase>
org.flywaydb.database.informix.InformixConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class InformixConnection extends org.flywaydb.core.internal.database.base.Connection<InformixDatabase>
Informix 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
    changeCurrentSchemaTo(org.flywaydb.core.internal.database.base.Schema schema)
     
    protected String
     
    org.flywaydb.core.internal.database.base.Schema
     

    Methods inherited from class org.flywaydb.core.internal.database.base.Connection

    close, doChangeCurrentSchemaOrSearchPathTo, 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 Details

    • getCurrentSchemaNameOrSearchPath

      protected String getCurrentSchemaNameOrSearchPath() throws SQLException
      Specified by:
      getCurrentSchemaNameOrSearchPath in class org.flywaydb.core.internal.database.base.Connection<InformixDatabase>
      Throws:
      SQLException
    • getSchema

      public org.flywaydb.core.internal.database.base.Schema getSchema(String name)
      Specified by:
      getSchema in class org.flywaydb.core.internal.database.base.Connection<InformixDatabase>
    • changeCurrentSchemaTo

      public void changeCurrentSchemaTo(org.flywaydb.core.internal.database.base.Schema schema)
      Overrides:
      changeCurrentSchemaTo in class org.flywaydb.core.internal.database.base.Connection<InformixDatabase>