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 classFunctionFactory.FF_FunctionInfoAn 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.FunctionInfoFunctionFactory. getFunctionInfo(java.lang.String fun_name)Returns a FunctionInfo instance of the function with the given name that this FunctionFactory manages.
-