Class YugabyteDBConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<org.flywaydb.database.postgresql.PostgreSQLDatabase>
org.flywaydb.database.postgresql.PostgreSQLConnection
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class YugabyteDBConnection extends org.flywaydb.database.postgresql.PostgreSQLConnection
  • Field Summary

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

    database, jdbcTemplate, originalSchemaNameOrSearchPath
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flywaydb.core.internal.database.base.Schema
     

    Methods inherited from class org.flywaydb.database.postgresql.PostgreSQLConnection

    changeCurrentSchemaTo, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, lock

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

    close, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState

    Methods inherited from class java.lang.Object

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

    • getSchema

      public org.flywaydb.core.internal.database.base.Schema getSchema(String name)
      Overrides:
      getSchema in class org.flywaydb.database.postgresql.PostgreSQLConnection