Class InformixConnection
java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<InformixDatabase>
migratedb.v1.core.internal.database.informix.InformixConnection
- All Implemented Interfaces:
AutoCloseable,Connection<InformixDatabase>
Informix connection.
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseConnection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeCurrentSchemaTo(Schema<?, ?> schema) protected StringSchema<?,?> Retrieves the schema with this name in the database.Methods inherited from class migratedb.v1.core.internal.database.base.BaseConnection
close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classBaseConnection<InformixDatabase>- Throws:
SQLException- when the current schema name or search path could not be retrieved.
-
getSchema
Description copied from interface:ConnectionRetrieves the schema with this name in the database. -
changeCurrentSchemaTo
- Specified by:
changeCurrentSchemaToin interfaceConnection<InformixDatabase>- Overrides:
changeCurrentSchemaToin classBaseConnection<InformixDatabase>
-