org.teiid.query.sql.symbol
Interface SelectSymbol

All Superinterfaces:
Cloneable, LanguageObject
All Known Implementing Classes:
AggregateSymbol, AliasSymbol, ElementSymbol, ExpressionSymbol, MultipleElementSymbol, SingleElementSymbol, WindowFunction

public interface SelectSymbol
extends LanguageObject

This is the server's representation of a metadata symbol that can be used in a SELECT statement. It exists as a typing mechanism and to provide a single additional method to get an ordered list of elements from each symbol.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teiid.query.sql.LanguageObject
LanguageObject.Util
 
Method Summary
 
Methods inherited from interface org.teiid.query.sql.LanguageObject
acceptVisitor, clone
 



Copyright © 2012. All Rights Reserved.