Class NumericToString2Operation
java.lang.Object
org.datanucleus.store.rdbms.sql.operation.NumericToString2Operation
- All Implemented Interfaces:
SQLOperation
Implementation of a conversion from a NumericExpression to a StringExpression.
Results in
CAST(expr AS CHAR(4000))
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExpression
(SQLExpression expr, SQLExpression expr2) Return the expression for this SQL function.
-
Constructor Details
-
NumericToString2Operation
public NumericToString2Operation()
-
-
Method Details
-
getExpression
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
-