Class StringTrimLeftMethod

  • All Implemented Interfaces:
    SQLMethod

    public class StringTrimLeftMethod
    extends SimpleStringMethod
    Expression handler to invoke the SQL LTRIM function. For use in evaluating StringExpression.trim() (but only from left) where the RDBMS supports this function. Returns a StringExpression "LTRIM({stringExpr})".