public class NumericToStringOperation extends Object implements SQLOperation
CAST(expr AS VARCHAR(4000))The second expression argument is not used; the first arg is converted to a StringExpression.
| Constructor and Description |
|---|
NumericToStringOperation() |
| 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 © 2019. All rights reserved.