Uses of Interface
migratedb.v1.core.api.internal.database.base.Function
Packages that use Function
Package
Description
Private API.
Private API.
-
Uses of Function in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return FunctionModifier and TypeMethodDescriptionFunction<?,?> Schema.getFunction(String functionName, String... args) Retrieves the function with this name in this schema. -
Uses of Function in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base that implement FunctionMethods in migratedb.v1.core.internal.database.base that return FunctionModifier and TypeMethodDescriptionprotected final Function<?,?>[] BaseSchema.allFunctions()Retrieves all the functions in this schema.protected Function<?,?>[] BaseSchema.doAllFunctions()Retrieves all the functions in this schema.Function<?,?> BaseSchema.getFunction(String functionName, String... args) -
Uses of Function in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement FunctionMethods in migratedb.v1.core.internal.database.db2 that return FunctionModifier and TypeMethodDescriptionprotected Function<?,?>[] DB2Schema.doAllFunctions()Function<?,?> DB2Schema.getFunction(String functionName, String... args)