org.datanucleus.store.rdbms.sql.operation
Class Concat3Operation
java.lang.Object
org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
org.datanucleus.store.rdbms.sql.operation.Concat3Operation
- All Implemented Interfaces:
- SQLOperation
public class Concat3Operation
- extends AbstractSQLOperation
Implementation of CONCAT, using SQL CONCAT operator.
Results in
CAST(expr1 AS VARCHAR(4000)) || CAST(expr2 AS VARCHAR(4000))
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Concat3Operation
public Concat3Operation()
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.