public class Concat2Operation extends Object implements SQLOperation
CONCAT(expr1, expr2)
Constructor and Description |
---|
Concat2Operation() |
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)
SQLOperation
getExpression
in interface SQLOperation
expr
- Left hand expressionexpr2
- Right hand expressionCopyright © 2019. All rights reserved.