Class IRISConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<IRISDatabase>
org.flywaydb.community.database.iris.IRISConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class IRISConnection
extends org.flywaydb.core.internal.database.base.Connection<IRISDatabase>
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIRISConnection(IRISDatabase database, Connection connection) -
Method Summary
Methods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Constructor Details
-
IRISConnection
-
-
Method Details
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<IRISDatabase>- Throws:
SQLException
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<IRISDatabase>- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<IRISDatabase>
-