Class StringTrimLeft3Method

  • All Implemented Interfaces:
    SQLMethod

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