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