public class View extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock
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.
|
Expression |
getAs()
Gets the AS expression.
|
String |
getName()
Gets the view name.
|
boolean |
isReplace()
Checks if this view is to be replaced.
|
View |
replace()
Sets this view to be replaced.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLock
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 String getName()
public String translate()
Expression
translate
in class Expression
Copyright © 2014 Feedzai. All Rights Reserved.