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