Class StringToLowerMethod

  • All Implemented Interfaces:
    SQLMethod

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