Package org.flywaydb.database.saphana
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>
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Stringorg.flywaydb.core.internal.database.base.SchemabooleanMethods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
isCloudConnection
public boolean isCloudConnection() -
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<SAPHANADatabase>- Throws:
SQLException
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<SAPHANADatabase>- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<SAPHANADatabase>
-