Class StringTrimRightMethod

  • All Implemented Interfaces:
    SQLMethod

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