Uses of Interface
com.mckoi.database.FunctionInfo
-
Packages that use FunctionInfo Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of FunctionInfo in com.mckoi.database
Classes in com.mckoi.database that implement FunctionInfo Modifier and Type Class Description protected class
FunctionFactory.FF_FunctionInfo
An implementation of FunctionInfo.Methods in com.mckoi.database that return 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.
-