Uses of Class
com.metamatrix.query.sql.util.SymbolMap

Packages that use SymbolMap
com.metamatrix.query.optimizer.relational.plantree   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.util   
 

Uses of SymbolMap in com.metamatrix.query.optimizer.relational.plantree
 

Methods in com.metamatrix.query.optimizer.relational.plantree that return types with arguments of type SymbolMap
 java.util.List<SymbolMap> PlanNode.getCorrelatedReferences()
           
 

Uses of SymbolMap in com.metamatrix.query.sql.lang
 

Methods in com.metamatrix.query.sql.lang that return SymbolMap
 SymbolMap Command.getCorrelatedReferences()
          Get the correlated references to the containing scope only
 

Methods in com.metamatrix.query.sql.lang with parameters of type SymbolMap
 void Command.setCorrelatedReferences(SymbolMap correlatedReferences)
           
 

Uses of SymbolMap in com.metamatrix.query.sql.util
 

Methods in com.metamatrix.query.sql.util that return SymbolMap
 SymbolMap SymbolMap.clone()
           
static SymbolMap SymbolMap.createSymbolMap(GroupSymbol virtualGroup, java.util.List<? extends SingleElementSymbol> projectCols)
           
static SymbolMap SymbolMap.createSymbolMap(GroupSymbol virtualGroup, java.util.List<? extends SingleElementSymbol> projectCols, java.util.List<? extends SingleElementSymbol> mappedCols)
           
static SymbolMap SymbolMap.createSymbolMap(java.util.List<ElementSymbol> virtualElements, java.util.List<? extends Expression> mappedCols)
           
 



Copyright © 2009. All Rights Reserved.