public class StringTrim3Method extends Object implements SQLMethod
TRIM([[BOTH] [{trim_char}] FROM] strExpr)| Constructor and Description |
|---|
StringTrim3Method() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLStatement stmt,
SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
protected String |
getTrimSpecKeyword() |
public SQLExpression getExpression(SQLStatement stmt, SQLExpression expr, List<SQLExpression> args)
SQLMethodgetExpression in interface SQLMethodstmt - SQLStatement that this expression is forexpr - The expression that it is invoked onargs - Arguments passed inprotected String getTrimSpecKeyword()
Copyright © 2019. All rights reserved.