public class SelectClauseSpecCompiled extends Object
Constructor and Description |
---|
SelectClauseSpecCompiled(boolean isDistinct)
Ctor.
|
SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList,
boolean isDistinct)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
SelectClauseElementCompiled[] |
getSelectExprList()
Returns the list of select expressions.
|
boolean |
isDistinct()
Returns indictor whether distinct or not.
|
boolean |
isUsingWildcard()
Returns true if the select clause contains at least one wildcard.
|
void |
setSelectExprList(SelectClauseElementWildcard selectClauseElement) |
public SelectClauseSpecCompiled(boolean isDistinct)
isDistinct
- indicates distinct or notpublic SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList, boolean isDistinct)
selectList
- for a populates list of select expressionsisDistinct
- indicates distinct or notpublic void setSelectExprList(SelectClauseElementWildcard selectClauseElement)
public SelectClauseElementCompiled[] getSelectExprList()
public boolean isUsingWildcard()
public boolean isDistinct()