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 TypeMethodDescriptionvoid
protected String
org.flywaydb.core.internal.database.base.Schema
Methods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPath
in classorg.flywaydb.core.internal.database.base.Connection<OracleDatabase>
- Throws:
SQLException
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathTo
in classorg.flywaydb.core.internal.database.base.Connection<OracleDatabase>
- Throws:
SQLException
-
getSchema
- Specified by:
getSchema
in classorg.flywaydb.core.internal.database.base.Connection<OracleDatabase>
-