org.datanucleus.store.rdbms.sql.operation
Class Mod3Operation
java.lang.Object
org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
org.datanucleus.store.rdbms.sql.operation.Mod3Operation
- All Implemented Interfaces:
- SQLOperation
public class Mod3Operation
- extends AbstractSQLOperation
Implementation of MOD, using SQL MOD function.
Results in
MOD(expr1, expr2)
with some casts.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mod3Operation
public Mod3Operation()
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.