Class SAPHANAConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<SAPHANADatabase>
org.flywaydb.database.saphana.SAPHANAConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class SAPHANAConnection extends org.flywaydb.core.internal.database.base.Connection<SAPHANADatabase>
  • Method Details

    • isCloudConnection

      public boolean isCloudConnection()
    • getCurrentSchemaNameOrSearchPath

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

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