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