public class View extends Expression
| Constructor and Description |
|---|
View(String name)
Creates a new instance of
View. |
| Modifier and Type | Method and Description |
|---|---|
View |
as(Expression as)
Sets the as expression.
|
String |
getName() |
boolean |
isReplace() |
View |
replace()
Sets this view to be replaced.
|
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.public View replace()
public View as(Expression as)
as - The as expression.public boolean isReplace()
public String getName()
Copyright © 2013. All Rights Reserved.