Class YugabyteDBConnection

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

    public class YugabyteDBConnection
    extends org.flywaydb.core.internal.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 getSchema​(java.lang.String name)  
      • Methods inherited from class org.flywaydb.core.internal.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 Detail

      • getSchema

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