Class SQLMethodNormalize

    • Constructor Detail

      • SQLMethodNormalize

        public SQLMethodNormalize()
    • Method Detail

      • execute

        public Object execute​(Object iThis,
                              Identifiable iCurrentRecord,
                              CommandContext iContext,
                              Object ioResult,
                              Object[] iParams)
        Description copied from interface: SQLMethod
        Process a record.
        Parameters:
        iThis - current object
        iCurrentRecord - : current record
        iContext - execution context
        ioResult - : field value
        iParams - : function parameters, number is ensured to be within minParams and maxParams.
        Returns:
        evaluation result