org.datanucleus.store.rdbms.sql.operation
Class NumericToString2Operation
java.lang.Object
org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
org.datanucleus.store.rdbms.sql.operation.NumericToString2Operation
- All Implemented Interfaces:
- SQLOperation
public class NumericToString2Operation
- extends AbstractSQLOperation
Implementation of a conversion from a NumericExpression to a StringExpression.
Results in
CAST(expr AS CHAR(4000))
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumericToString2Operation
public NumericToString2Operation()
getExpression
public SQLExpression getExpression(SQLExpression expr,
SQLExpression expr2)
- Description copied from interface:
SQLOperation
- Return the expression for this SQL function.
- Parameters:
expr - Left hand expressionexpr2 - Right hand expression
- Returns:
- The SQL expression for the operation
Copyright © 2012. All Rights Reserved.