Class DB2ZConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
org.flywaydb.community.database.db2z.DB2ZConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class DB2ZConnection extends org.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
DB2 connection.
  • Method Details

    • getCurrentSchemaNameOrSearchPath

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

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

      public void doChangeCurrentSchemaOrSearchPathTo(String schema) throws SQLException
      Overrides:
      doChangeCurrentSchemaOrSearchPathTo in class org.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
      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<DB2ZDatabase>