Class DB2Type
java.lang.Object
migratedb.v1.core.internal.database.base.BaseSchemaObject<D,S>
migratedb.v1.core.internal.database.base.Type<DB2Database,DB2Schema>
migratedb.v1.core.internal.database.db2.DB2Type
- All Implemented Interfaces:
SchemaObject<DB2Database,DB2Schema>
Db2-specific type.
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseSchemaObject
database, jdbcTemplate, name, schema -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.base.BaseSchemaObject
drop, getDatabase, getName, getSchema, toString
-
Method Details
-
doDrop
- Specified by:
doDropin classBaseSchemaObject<DB2Database,DB2Schema> - Throws:
SQLException- when the drop failed.
-