Package org.flywaydb.database.oracle
Class OracleConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<OracleDatabase>
org.flywaydb.database.oracle.OracleConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class OracleConnection
extends org.flywaydb.core.internal.database.base.Connection<OracleDatabase>
-
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.SchemaMethods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<OracleDatabase>- Throws:
SQLException
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<OracleDatabase>- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<OracleDatabase>
-