Uses of Class
com.metamatrix.query.sql.visitor.ExpressionMappingVisitor

Packages that use ExpressionMappingVisitor
com.metamatrix.query.optimizer.xml   
com.metamatrix.query.sql.visitor   
 

Uses of ExpressionMappingVisitor in com.metamatrix.query.optimizer.xml
 

Subclasses of ExpressionMappingVisitor in com.metamatrix.query.optimizer.xml
 class ReferenceBindingReplacerVisitor
          This visitor class will traverse a language object tree, find any Reference objects, and replace them with the corresponding parsed Expression which is the Reference's binding.
 class XMLNodeMappingVisitor
          This visitor is able to map symbols based on the XML document model: given a symbol representing one of the nodes of the document which is mapped, this object will find the Symbol representing the relational element it is mapped to.
 

Uses of ExpressionMappingVisitor in com.metamatrix.query.sql.visitor
 

Subclasses of ExpressionMappingVisitor in com.metamatrix.query.sql.visitor
 class AbstractSymbolMappingVisitor
           This class is used to update LanguageObjects by replacing one set of symbols with another.
 class CriteriaTranslatorVisitor
           This class is used to translate criteria specified on the user's update command against the virtual group, the elements on this criteria are replaced by elements on the query transformation that defines the virtual group.
 class StaticSymbolMappingVisitor
           This class is used to update LanguageObjects by replacing the virtual elements/ groups present in them with their physical counterparts.
 



Copyright © 2009. All Rights Reserved.