Class IRISConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<IRISDatabase>
org.flywaydb.community.database.iris.IRISConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class IRISConnection extends org.flywaydb.core.internal.database.base.Connection<IRISDatabase>
  • Constructor Details

  • Method Details

    • doChangeCurrentSchemaOrSearchPathTo

      public void doChangeCurrentSchemaOrSearchPathTo(String schema) throws SQLException
      Overrides:
      doChangeCurrentSchemaOrSearchPathTo in class org.flywaydb.core.internal.database.base.Connection<IRISDatabase>
      Throws:
      SQLException
    • getCurrentSchemaNameOrSearchPath

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

      public IRISSchema getSchema(String name)
      Specified by:
      getSchema in class org.flywaydb.core.internal.database.base.Connection<IRISDatabase>