Class OceanBaseConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<org.flywaydb.database.mysql.MySQLDatabase>
org.flywaydb.database.mysql.MySQLConnection
org.flywaydb.community.database.oceanbase.OceanBaseConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class OceanBaseConnection extends org.flywaydb.database.mysql.MySQLConnection
  • Field Summary

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

    database, jdbcTemplate, originalSchemaNameOrSearchPath
  • Constructor Summary

    Constructors
    Constructor
    Description
    OceanBaseConnection(org.flywaydb.database.mysql.MySQLDatabase database, Connection connection)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     

    Methods inherited from class org.flywaydb.database.mysql.MySQLConnection

    doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, getSchema, isAwsRds, lock

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

    changeCurrentSchemaTo, close, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState

    Methods inherited from class java.lang.Object

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

    • OceanBaseConnection

      public OceanBaseConnection(org.flywaydb.database.mysql.MySQLDatabase database, Connection connection)
  • Method Details

    • canUseNamedLockTemplate

      protected boolean canUseNamedLockTemplate()
      Overrides:
      canUseNamedLockTemplate in class org.flywaydb.database.mysql.MySQLConnection