Uses of Interface
com.mckoi.database.FunctionLookup
-
Packages that use FunctionLookup Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of FunctionLookup in com.mckoi.database
Classes in com.mckoi.database that implement FunctionLookup Modifier and Type Class Description class
FunctionFactory
A factory that generates Function objects given a function name and a set of expression's that represent parameters.Methods in com.mckoi.database that return FunctionLookup Modifier and Type Method Description FunctionLookup
DatabaseQueryContext. getFunctionLookup()
Returns the system FunctionLookup object.FunctionLookup
QueryContext. getFunctionLookup()
Returns a FunctionLookup object used to convert FunctionDef objects to Function objects when evaluating an expression.FunctionLookup
TransactionSystem. getFunctionLookup()
Returns a FunctionLookup object that will search through the function factories in this database system and find and resolve a function.
-