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