public class StringTrim3Method extends AbstractSQLMethod
TRIM([[BOTH] [{trim_char}] FROM] strExpr)
clr, exprFactory, stmt
Constructor and Description |
---|
StringTrim3Method() |
Modifier and Type | Method and Description |
---|---|
SQLExpression |
getExpression(SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
protected String |
getTrimSpecKeyword() |
getMappingForClass, setStatement
public SQLExpression getExpression(SQLExpression expr, List<SQLExpression> args)
SQLMethod
expr
- The expression that it is invoked onargs
- Arguments passed inprotected String getTrimSpecKeyword()
Copyright © 2017. All rights reserved.