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

Packages that use SelectSymbol
org.teiid.query.optimizer.relational   
org.teiid.query.parser   
org.teiid.query.sql.lang   
org.teiid.query.sql.symbol   
 

Uses of SelectSymbol in org.teiid.query.optimizer.relational
 

Method parameters in org.teiid.query.optimizer.relational with type arguments of type SelectSymbol
static Query RelationalPlanner.createMatViewQuery(java.lang.Object matMetadataId, java.lang.String matTableName, java.util.List<? extends SelectSymbol> select, boolean isGlobal)
           
 

Uses of SelectSymbol in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return SelectSymbol
 SelectSymbol SQLParser.selectSymbol(ParseInfo info)
           
 

Uses of SelectSymbol in org.teiid.query.sql.lang
 

Methods in org.teiid.query.sql.lang that return SelectSymbol
 SelectSymbol Select.getSymbol(int index)
          Returns the select symbol at the specified index.
 

Methods in org.teiid.query.sql.lang with parameters of type SelectSymbol
 void Select.addSymbol(SelectSymbol symbol)
          Adds a new symbol to the list of symbols.
 boolean Select.containsSymbol(SelectSymbol symbol)
          Checks if a symbol is in the Select.
 

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

Subclasses of SelectSymbol 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 MultipleElementSymbol
          This is a subclass of Symbol representing multiple output columns.
 class SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
 



Copyright © 2010. All Rights Reserved.