public class RepeatDelimiter extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
AND
The AND delimited.
|
static String |
COMMA
The COMMA (,) delimiter.
|
static String |
DIV
The / delimited.
|
static String |
EQ
The EQ delimited.
|
static String |
GT
The > delimited.
|
static String |
GTEQ
The ≥ delimited.
|
static String |
IN
The IN delimited.
|
static String |
LIKE
The LIKE delimited.
|
static String |
LT
The < delimited.
|
static String |
LTEQ
The ≤ delimited.
|
static String |
MINUS
The - delimited.
|
static String |
MULT
The * delimited.
|
static String |
NEQ
The NEQ delimiter.
|
static String |
NOTIN
The NOT IN delimited.
|
static String |
OR
The OR delimited.
|
static String |
PLUS
The + delimited.
|
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
RepeatDelimiter(String delimiter,
Collection<? extends Expression> dbe)
Creates a new instance of
RepeatDelimiter. |
RepeatDelimiter(String delimiter,
Expression... dbe)
Creates a new instance of
RepeatDelimiter. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter()
Gets the delimiter for repetitions.
|
List<Expression> |
getExpressions()
Gets the expressions.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic static final String AND
public static final String OR
public static final String PLUS
public static final String MINUS
public static final String MULT
public static final String DIV
public static final String GT
public static final String LT
public static final String GTEQ
public static final String LTEQ
public static final String LIKE
public static final String EQ
public static final String NEQ
public static final String COMMA
public static final String IN
public static final String NOTIN
public RepeatDelimiter(String delimiter, Expression... dbe)
RepeatDelimiter.delimiter - The delimiter to use.dbe - The list of expressions.public RepeatDelimiter(String delimiter, Collection<? extends Expression> dbe)
RepeatDelimiter.delimiter - The delimiter to use.dbe - The collection of expressions.public List<Expression> getExpressions()
public String getDelimiter()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2014 Feedzai. All Rights Reserved.