Class StringToUpperMethod

  • All Implemented Interfaces:
    SQLMethod

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