Class 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.
    • Constructor Detail

      • InternalFunctionFactory

        InternalFunctionFactory()
    • Method Detail

      • init

        public void init()
        Registers the function classes with this factory.
        Specified by:
        init in class FunctionFactory