Class DB2Type
- java.lang.Object
-
- migratedb.core.internal.database.base.BaseSchemaObject<D,S>
-
- migratedb.core.internal.database.base.Type<DB2Database,DB2Schema>
-
- migratedb.core.internal.database.db2.DB2Type
-
- All Implemented Interfaces:
SchemaObject<DB2Database,DB2Schema>
public class DB2Type extends Type<DB2Database,DB2Schema>
Db2-specific type.
-
-
Field Summary
-
Fields inherited from class migratedb.core.internal.database.base.BaseSchemaObject
database, jdbcTemplate, name, schema
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoDrop()-
Methods inherited from class migratedb.core.internal.database.base.BaseSchemaObject
drop, getDatabase, getName, getSchema, toString
-
-
-
-
Method Detail
-
doDrop
protected void doDrop() throws SQLException- Specified by:
doDropin classBaseSchemaObject<DB2Database,DB2Schema>- Throws:
SQLException- when the drop failed.
-
-