public class Modulo extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock
Constructor and Description |
---|
Modulo(Expression dividend,
Expression divisor)
Creates a new instance of
Modulo . |
Modifier and Type | Method and Description |
---|---|
Expression |
getDividend()
Gets the dividend.
|
Expression |
getDivisor()
Gets the divisor.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLock
public Modulo(Expression dividend, Expression divisor)
Modulo
.dividend
- The dividend.divisor
- The divisor.public Expression getDividend()
public Expression getDivisor()
public String translate()
Expression
translate
in class Expression
Copyright © 2014 Feedzai. All Rights Reserved.