public class Concat extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Concat(Expression delimiter,
Collection<Expression> expressions)
Creates a new
Concat object. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getDelimiter()
Gets the concatenation delimiter.
|
Collection<Expression> |
getExpressions()
Gets the expressions to concatenate.
|
String |
translate()
Translates the expression.
|
Concat |
with(Expression expression)
Adds an expression to concatenate.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Concat(Expression delimiter, Collection<Expression> expressions)
Concat object.delimiter - The concatenation delimiter.expressions - The expressions to concatenate.public Concat with(Expression expression)
expression - The expression to concatenate.public Expression getDelimiter()
public Collection<Expression> getExpressions()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2021 Feedzai. All rights reserved.