public class SelectClauseSpecRaw extends java.lang.Object implements MetaDefItem, java.io.Serializable
Constructor and Description |
---|
SelectClauseSpecRaw()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(SelectClauseElementRaw element)
Adds an select expression within the select clause.
|
void |
addAll(java.util.Collection<SelectClauseElementRaw> elements)
Adds select expressions within the select clause.
|
java.util.List<SelectClauseElementRaw> |
getSelectExprList()
Returns the list of select expressions.
|
boolean |
isDistinct()
Returns indictor whether distinct or not.
|
boolean |
isOnlyWildcard() |
boolean |
isUsingWildcard()
Returns true if the select clause contains at least one wildcard.
|
void |
setDistinct(boolean distinct)
Sets the indictor whether distinct or not.
|
public void add(SelectClauseElementRaw element)
element
- is the expression to addpublic void addAll(java.util.Collection<SelectClauseElementRaw> elements)
elements
- is the expressions to addpublic java.util.List<SelectClauseElementRaw> getSelectExprList()
public boolean isOnlyWildcard()
public boolean isUsingWildcard()
public boolean isDistinct()
public void setDistinct(boolean distinct)
distinct
- indicator