Class SQLFunctionMultiValueAbstract<T>

    • Field Detail

      • context

        protected T context
    • Constructor Detail

      • SQLFunctionMultiValueAbstract

        public SQLFunctionMultiValueAbstract​(String iName,
                                             int iMinParams,
                                             int iMaxParams)
    • Method Detail

      • getResult

        public T getResult()
        Description copied from interface: SQLFunction
        Only called when function aggregates results after all records have been passed to the function.
        Specified by:
        getResult in interface SQLFunction
        Overrides:
        getResult in class SQLFunctionAbstract
        Returns:
        Aggregation result