public class Concat3Operation extends Object implements SQLOperation
CAST(expr1 AS VARCHAR(4000)) || CAST(expr2 AS VARCHAR(4000))
| Constructor and Description |
|---|
Concat3Operation() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLExpression expr,
SQLExpression expr2)
Return the expression for this SQL function.
|
public SQLExpression getExpression(SQLExpression expr, SQLExpression expr2)
SQLOperationgetExpression in interface SQLOperationexpr - Left hand expressionexpr2 - Right hand expressionCopyright © 2020. All rights reserved.