| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| 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.
|
| 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.
|
Copyright © 2018. All rights reserved.