Class NumericToString2Operation
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.operation.NumericToString2Operation
-
- All Implemented Interfaces:
SQLOperation
public class NumericToString2Operation extends Object implements SQLOperation
Implementation of a conversion from a NumericExpression to a StringExpression. Results inCAST(expr AS CHAR(4000))
-
-
Constructor Summary
Constructors Constructor Description NumericToString2Operation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExpression
getExpression(SQLExpression expr, SQLExpression expr2)
Return the expression for this SQL function.
-
-
-
Method Detail
-
getExpression
public SQLExpression getExpression(SQLExpression expr, SQLExpression expr2)
Description copied from interface:SQLOperation
Return the expression for this SQL function.- Specified by:
getExpression
in interfaceSQLOperation
- Parameters:
expr
- Left hand expressionexpr2
- Right hand expression- Returns:
- The SQL expression for the operation
-
-