Uses of Interface
com.mckoi.database.FunctionInfo
Packages that use FunctionInfo
-
Uses of FunctionInfo in com.mckoi.database
Classes in com.mckoi.database that implement FunctionInfoModifier and TypeClassDescriptionprotected class
An implementation of FunctionInfo.Methods in com.mckoi.database that return FunctionInfoModifier and TypeMethodDescriptionFunctionFactory.getAllFunctionInfo()
Returns the list of all function names that this FunctionFactory manages.FunctionFactory.getFunctionInfo
(String fun_name) Returns a FunctionInfo instance of the function with the given name that this FunctionFactory manages.