public class StringToLowerMethod extends SimpleStringMethod
clr, exprFactory, stmt
Constructor and Description |
---|
StringToLowerMethod() |
Modifier and Type | Method and Description |
---|---|
SQLExpression |
getExpression(SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
protected String |
getFunctionName() |
getMappingForClass, setStatement
protected String getFunctionName()
getFunctionName
in class SimpleStringMethod
public SQLExpression getExpression(SQLExpression expr, List<SQLExpression> args)
SQLMethod
getExpression
in interface SQLMethod
getExpression
in class SimpleStringMethod
expr
- The expression that it is invoked onargs
- Arguments passed inCopyright © 2017. All rights reserved.