Uses of Interface
com.mckoi.database.Function
-
Packages that use Function Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of Function in com.mckoi.database
Fields in com.mckoi.database declared as Function Modifier and Type Field Description private Function
FunctionDef. cached_function
A cached Function object that was generated when this FunctionDef was looked up.Methods in com.mckoi.database that return Function Modifier and Type Method Description Function
FunctionFactory. generateFunction(FunctionDef function_def)
Creates a Function object for the function with the given name with the given arguments.Function
FunctionLookup. generateFunction(FunctionDef function_def)
Generate the Function given a FunctionDef object.Function
TransactionSystem.DSFunctionLookup. generateFunction(FunctionDef function_def)
Function
FunctionDef. getFunction(QueryContext context)
Returns a Function object from this FunctionDef.
-