public class Concat3Operation extends AbstractSQLOperation
CAST(expr1 AS VARCHAR(4000)) || CAST(expr2 AS VARCHAR(4000))
exprFactory| Constructor and Description |
|---|
Concat3Operation() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLExpression expr,
SQLExpression expr2)
Return the expression for this SQL function.
|
getMappingForClass, setExpressionFactorypublic SQLExpression getExpression(SQLExpression expr, SQLExpression expr2)
SQLOperationexpr - Left hand expressionexpr2 - Right hand expressionCopyright © 2015. All rights reserved.