Package com.mckoi.database
Class InternalFunctionFactory
- java.lang.Object
-
- com.mckoi.database.FunctionFactory
-
- com.mckoi.database.InternalFunctionFactory
-
- All Implemented Interfaces:
FunctionLookup
final class InternalFunctionFactory extends FunctionFactory
A FunctionFactory for all internal SQL functions (including aggregate, mathematical, string functions). This FunctionFactory is registered with the DatabaseSystem during initialization.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.mckoi.database.FunctionFactory
FunctionFactory.FF_FunctionInfo
-
-
Field Summary
-
Fields inherited from class com.mckoi.database.FunctionFactory
GLOB_LIST
-
-
Constructor Summary
Constructors Constructor Description InternalFunctionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Registers the function classes with this factory.-
Methods inherited from class com.mckoi.database.FunctionFactory
addFunction, addFunction, functionDefined, generateFunction, getAllFunctionInfo, getFunctionInfo, isAggregate, removeFunction
-
-
-
-
Method Detail
-
init
public void init()
Registers the function classes with this factory.- Specified by:
init
in classFunctionFactory
-
-