public class RepeatDelimiter extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
AND
The AND delimited.
|
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.
|
static String |
SEMICOLON
Semicolon delimiter.
|
| 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 |
translateDB2(PdbProperties properties)
DB2 SQL translation.
|
String |
translateH2(PdbProperties properties)
PostgreSQL SQL translation.
|
String |
translateMySQL(PdbProperties properties)
MySQL SQL translation.
|
String |
translateOracle(PdbProperties properties)
Oracle SQL translation.
|
String |
translatePostgreSQL(PdbProperties properties)
PostgreSQL SQL translation.
|
String |
translateSQLServer(PdbProperties properties)
SQLServer SQL translation.
|
alias, asc, desc, enclose, fullOuterJoin, innerJoin, isAliased, isEnclosed, isQuote, isWithNoLock, leftOuterJoin, rightOuterJoin, translate, 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 SEMICOLON
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 String translateDB2(PdbProperties properties)
ExpressiontranslateDB2 in class Expressionproperties - The configuration.public String translateOracle(PdbProperties properties)
ExpressiontranslateOracle in class Expressionproperties - The configuration.public String translateMySQL(PdbProperties properties)
ExpressiontranslateMySQL in class Expressionproperties - The configuration.public String translateSQLServer(PdbProperties properties)
ExpressiontranslateSQLServer in class Expressionproperties - The configuration.public String translatePostgreSQL(PdbProperties properties)
ExpressiontranslatePostgreSQL in class Expressionproperties - The configuration.public String translateH2(PdbProperties properties)
ExpressiontranslateH2 in class Expressionproperties - The configuration.Copyright © 2013. All Rights Reserved.