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) class
InternalFunctionFactory
A 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. factories
Methods in com.mckoi.database with parameters of type FunctionFactory Modifier and Type Method Description void
TransactionSystem. addFunctionFactory(FunctionFactory factory)
Registers a new FunctionFactory with the database system.void
TransactionSystem.DSFunctionLookup. flushContents(FunctionFactory[] factories)
-