public class SelectClauseSpecRaw extends Object implements MetaDefItem, 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(Collection<SelectClauseElementRaw> elements)
Adds select expressions within the select clause.
|
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(Collection<SelectClauseElementRaw> elements)
elements
- is the expressions to addpublic List<SelectClauseElementRaw> getSelectExprList()
public boolean isOnlyWildcard()
public boolean isUsingWildcard()
public boolean isDistinct()
public void setDistinct(boolean distinct)
distinct
- indicator