Class StringToUpperMethod

java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
org.datanucleus.store.rdbms.sql.method.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})".