public class Mod2Operation extends AbstractSQLOperation
MOD(expr1, expr2)
exprFactory
Constructor and Description |
---|
Mod2Operation() |
Modifier and Type | Method and Description |
---|---|
SQLExpression |
getExpression(SQLExpression expr,
SQLExpression expr2)
Return the expression for this SQL function.
|
getMappingForClass, setExpressionFactory
public SQLExpression getExpression(SQLExpression expr, SQLExpression expr2)
SQLOperation
expr
- Left hand expressionexpr2
- Right hand expressionCopyright © 2015. All rights reserved.