Uses of Interface
com.mckoi.database.Function
Packages that use Function
-
Uses of Function in com.mckoi.database
Classes in com.mckoi.database that implement FunctionModifier and TypeClassDescriptionclass
Provides convenience methods for handling aggregate functions (functions that are evaluated over a grouping set).class
An abstract implementation of Function.Methods in com.mckoi.database that return FunctionModifier and TypeMethodDescriptionFunctionFactory.generateFunction
(FunctionDef function_def) Creates a Function object for the function with the given name with the given arguments.FunctionLookup.generateFunction
(FunctionDef function_def) Generate the Function given a FunctionDef object.FunctionDef.getFunction
(QueryContext context) Returns a Function object from this FunctionDef.