public class Mod3Operation extends Object implements SQLOperation
MOD(expr1, expr2)with some casts.
| Constructor and Description |
|---|
Mod3Operation() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLExpression expr,
SQLExpression expr2)
Return the expression for this SQL function.
|
public SQLExpression getExpression(SQLExpression expr, SQLExpression expr2)
SQLOperationgetExpression in interface SQLOperationexpr - Left hand expressionexpr2 - Right hand expressionCopyright © 2019. All rights reserved.