public class Union extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Union(Collection<Expression> expressions)
Creates a new UNION expression.
|
Union(Expression... expressions)
Creates a new UNION expression.
|
| Modifier and Type | Method and Description |
|---|---|
Union |
all()
Sets this UNION to UNION ALL.
|
List<Expression> |
getExpressions()
Gets the expressions to union.
|
boolean |
isAll()
Returns true if this is an UNION ALL expression, false otherwise.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Union(Collection<Expression> expressions)
expressions - expressions to union.public Union(Expression... expressions)
expressions - expressions to union.public Union all()
public List<Expression> getExpressions()
public boolean isAll()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2023 Feedzai. All rights reserved.