|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelect
Represents a SELECT clause in the language objects.
| Method Summary | |
|---|---|
java.util.List<ISelectSymbol> |
getSelectSymbols()
Get List of ISelectSymbol. |
boolean |
isDistinct()
Determine whether the DISTINCT flag is used in this SELECT. |
void |
setDistinct(boolean distinct)
Set whether the DISTINCT flag is used in this SELECT. |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
java.util.List<ISelectSymbol> getSelectSymbols()
boolean isDistinct()
void setDistinct(boolean distinct)
distinct - True if SELECT DISTINCT, false if SELECT ALL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||