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 SimpleStringMethodpublic SQLExpression getExpression(SQLStatement stmt, SQLExpression expr, List<SQLExpression> args)
SQLMethodgetExpression in interface SQLMethodgetExpression in class SimpleStringMethodstmt - SQLStatement that this expression is forexpr - The expression that it is invoked onargs - Arguments passed inCopyright © 2020. All rights reserved.