Class DB2ZConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
org.flywaydb.community.database.db2z.DB2ZConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class DB2ZConnection
extends org.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
DB2 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) voidprotected Stringorg.flywaydb.core.internal.database.base.SchemaMethods inherited from class org.flywaydb.core.internal.database.base.Connection
close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>- Throws:
SQLException
-
changeCurrentSchemaTo
public void changeCurrentSchemaTo(org.flywaydb.core.internal.database.base.Schema schema) - Overrides:
changeCurrentSchemaToin classorg.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<DB2ZDatabase>
-