Uses of Interface
com.mckoi.database.FunctionLookup
Packages that use FunctionLookup
-
Uses of FunctionLookup in com.mckoi.database
Classes in com.mckoi.database that implement FunctionLookupModifier and TypeClassDescriptionclass
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 FunctionLookupModifier and TypeMethodDescriptionDatabaseQueryContext.getFunctionLookup()
Returns the system FunctionLookup object.QueryContext.getFunctionLookup()
Returns a FunctionLookup object used to convert FunctionDef objects to Function objects when evaluating an expression.TransactionSystem.getFunctionLookup()
Returns a FunctionLookup object that will search through the function factories in this database system and find and resolve a function.