Class CubridConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<CubridDatabase>
org.flywaydb.community.database.cubrid.CubridConnection
All Implemented Interfaces:
Closeable, AutoCloseable

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

  • Method Details

    • getCurrentSchemaNameOrSearchPath

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

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