public class Coalesce extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Coalesce(Expression exp,
Expression... alternative)
Creates a new instance of
Coalesce. |
| Modifier and Type | Method and Description |
|---|---|
Expression[] |
getAlternative()
Gets the alternative expressions.
|
Expression |
getExp()
Gets the expression to test.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Coalesce(Expression exp, Expression... alternative)
Coalesce.exp - The expression to test.alternative - The alternative expressions.public Expression getExp()
public Expression[] getAlternative()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2014 Feedzai. All Rights Reserved.