java.lang.Object
migratedb.v1.core.internal.database.base.BaseSchemaObject<D,S>
migratedb.v1.core.internal.database.base.BaseFunction<D,S>
- All Implemented Interfaces:
Function<D,,S> SchemaObject<D,S>
- Direct Known Subclasses:
DB2Function
public abstract class BaseFunction<D extends Database<?>,S extends Schema<?,?>>
extends BaseSchemaObject<D,S>
implements Function<D,S>
-
Field Summary
FieldsFields inherited from class migratedb.v1.core.internal.database.base.BaseSchemaObject
database, jdbcTemplate, name, schema -
Constructor Summary
ConstructorsConstructorDescriptionBaseFunction(JdbcTemplate jdbcTemplate, D database, S schema, String name, String... args) -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.base.BaseSchemaObject
doDrop, 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
-
Field Details
-
args
-
-
Constructor Details
-
BaseFunction
-
-
Method Details