public class View extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
View(java.lang.String name)
Creates a new instance of
View. |
| Modifier and Type | Method and Description |
|---|---|
View |
as(Expression as)
Sets the AS expression.
|
Expression |
getAs()
Gets the AS expression.
|
java.lang.String |
getName()
Gets the view name.
|
boolean |
isReplace()
Checks if this view is to be replaced.
|
View |
replace()
Sets this view to be replaced.
|
java.lang.String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic View(java.lang.String name)
View.name - The name of the view.public Expression getAs()
public View replace()
public View as(Expression as)
as - The AS expression.public boolean isReplace()
true if the view is to be replaced, false otherwise.public java.lang.String getName()
public java.lang.String translate()
Expressiontranslate in class ExpressionCopyright © 2020 Feedzai. All Rights Reserved.