Uses of Class
org.teiid.query.sql.symbol.Symbol

Packages that use Symbol
org.teiid.query.optimizer.xml   
org.teiid.query.sql.symbol   
org.teiid.query.sql.visitor   
 

Uses of Symbol in org.teiid.query.optimizer.xml
 

Methods in org.teiid.query.optimizer.xml that return Symbol
protected  Symbol XMLNodeMappingVisitor.getMappedSymbol(Symbol symbol)
           
 

Methods in org.teiid.query.optimizer.xml with parameters of type Symbol
protected  Symbol XMLNodeMappingVisitor.getMappedSymbol(Symbol symbol)
           
 

Uses of Symbol in org.teiid.query.sql.symbol
 

Subclasses of Symbol in org.teiid.query.sql.symbol
 class AggregateSymbol
          An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses.
 class AliasSymbol
          An AliasSymbol wraps a SingleElementSymbol and changes it's name.
 class AllInGroupSymbol
          This is a subclass of Symbol representing .*, which contains all of the elements from a single group in the query.
 class AllSymbol
          This is a subclass of Symbol representing *, which contains all of the elements from all groups in the query.
 class ElementSymbol
          This is a subclass of Symbol representing a single element.
 class ExpressionSymbol
          This is a subclass of Symbol representing an expression in the SELECT clause.
 class GroupSymbol
          This is the server's representation of a metadata group symbol.
 class MultipleElementSymbol
          This is a subclass of Symbol representing multiple output columns.
 class SelectSymbol
          This is the server's representation of a metadata symbol that can be used in a SELECT statement.
 class SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
 

Uses of Symbol in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor that return Symbol
protected abstract  Symbol AbstractSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
          Get the mapped symbol from the specified symbol.
protected  Symbol StaticSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
           
 

Methods in org.teiid.query.sql.visitor with parameters of type Symbol
protected abstract  Symbol AbstractSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
          Get the mapped symbol from the specified symbol.
protected  Symbol StaticSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
           
 



Copyright © 2010. All Rights Reserved.