Uses of Class
com.mckoi.database.FunctionFactory
-
Packages that use FunctionFactory Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of FunctionFactory in com.mckoi.database
Subclasses of FunctionFactory in com.mckoi.database Modifier and Type Class Description (package private) classInternalFunctionFactoryA FunctionFactory for all internal SQL functions (including aggregate, mathematical, string functions).Fields in com.mckoi.database declared as FunctionFactory Modifier and Type Field Description private FunctionFactory[]TransactionSystem.DSFunctionLookup. factoriesMethods in com.mckoi.database with parameters of type FunctionFactory Modifier and Type Method Description voidTransactionSystem. addFunctionFactory(FunctionFactory factory)Registers a new FunctionFactory with the database system.voidTransactionSystem.DSFunctionLookup. flushContents(FunctionFactory[] factories)
-