Class DB2Function
java.lang.Object
migratedb.v1.core.internal.database.base.BaseSchemaObject<D,S>
migratedb.v1.core.internal.database.base.BaseFunction<Database<?>,Schema<?,?>>
migratedb.v1.core.internal.database.db2.DB2Function
- All Implemented Interfaces:
Function<Database<?>,,Schema<?, ?>> SchemaObject<Database<?>,Schema<?, ?>>
DB2-specific function.
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseFunction
argsFields 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.BaseFunction
toStringMethods inherited from class migratedb.v1.core.internal.database.base.BaseSchemaObject
drop, getDatabase, getName, getSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface migratedb.v1.core.api.internal.database.base.SchemaObject
drop, getDatabase, getName, getSchema
-
Method Details
-
doDrop
- Specified by:
doDropin classBaseSchemaObject<Database<?>,Schema<?, ?>> - Throws:
SQLException- when the drop failed.
-