Package org.flywaydb.database.informix
Class InformixConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<InformixDatabase>
org.flywaydb.database.informix.InformixConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class InformixConnection
extends org.flywaydb.core.internal.database.base.Connection<InformixDatabase>
Informix connection.
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeCurrentSchemaTo(org.flywaydb.core.internal.database.base.Schema schema) protected Stringorg.flywaydb.core.internal.database.base.SchemaMethods inherited from class org.flywaydb.core.internal.database.base.Connection
close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<InformixDatabase>- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<InformixDatabase>
-
changeCurrentSchemaTo
public void changeCurrentSchemaTo(org.flywaydb.core.internal.database.base.Schema schema) - Overrides:
changeCurrentSchemaToin classorg.flywaydb.core.internal.database.base.Connection<InformixDatabase>
-