Uses of Interface
migratedb.core.api.internal.database.base.Function
-
Packages that use Function Package Description migratedb.core.api.internal.database.base migratedb.core.internal.database.base Private API.migratedb.core.internal.database.db2 Private API. -
-
Uses of Function in migratedb.core.api.internal.database.base
Methods in migratedb.core.api.internal.database.base that return Function Modifier and Type Method Description Function<?,?>Schema. getFunction(String functionName, String... args)Retrieves the function with this name in this schema. -
Uses of Function in migratedb.core.internal.database.base
Classes in migratedb.core.internal.database.base that implement Function Modifier and Type Class Description classBaseFunction<D extends Database<?>,S extends Schema<?,?>>Methods in migratedb.core.internal.database.base that return Function Modifier and Type Method Description protected 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.core.internal.database.db2
Classes in migratedb.core.internal.database.db2 that implement Function Modifier and Type Class Description classDB2FunctionDB2-specific function.Methods in migratedb.core.internal.database.db2 that return Function Modifier and Type Method Description protected Function<?,?>[]DB2Schema. doAllFunctions()Function<?,?>DB2Schema. getFunction(String functionName, String... args)
-