public class Literal extends Expression
| Constructor and Description |
|---|
Literal(Object o)
Creates a new instance of
Literal. |
| 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 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.