Class StringToLowerMethod

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