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 classFunctionFactoryA 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 FunctionLookupDatabaseQueryContext. getFunctionLookup()Returns the system FunctionLookup object.FunctionLookupQueryContext. getFunctionLookup()Returns a FunctionLookup object used to convert FunctionDef objects to Function objects when evaluating an expression.FunctionLookupTransactionSystem. getFunctionLookup()Returns a FunctionLookup object that will search through the function factories in this database system and find and resolve a function.
-