Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FunctionFactory.FF_FunctionInfo
An implementation of FunctionInfo.
|
Modifier and Type | Method and Description |
---|---|
FunctionInfo[] |
FunctionFactory.getAllFunctionInfo()
Returns the list of all function names that this FunctionFactory manages.
|
FunctionInfo |
FunctionFactory.getFunctionInfo(String fun_name)
Returns a FunctionInfo instance of the function with the given name that
this FunctionFactory manages.
|
Copyright © 2015. All rights reserved.