Class StringTrimMethod

  • All Implemented Interfaces:
    SQLMethod

    public class StringTrimMethod
    extends SimpleStringMethod
    Expression handler to invoke the SQL TRIM function. For use in evaluating StringExpression.trim() where the RDBMS supports this function. Returns a StringExpression "TRIM({stringExpr})".