public class NumericToString2Operation extends AbstractSQLOperation
CAST(expr AS CHAR(4000))
exprFactory| Constructor and Description |
|---|
NumericToString2Operation() |
| 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 © 2017. All rights reserved.