Class StringTrimRight3Method

  • All Implemented Interfaces:
    SQLMethod

    public class StringTrimRight3Method
    extends StringTrim3Method
    Method for evaluating {strExpr1}.trimLeft() or "TRIM(TRAILING trimChar FROM strExpr1)". Returns a StrignExpression that equates to
    TRIM([[TRAILING] [{trim_char}] FROM] strExpr)