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

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

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

Subclasses of AbstractSymbolMappingVisitor in com.metamatrix.query.optimizer.xml
 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 AbstractSymbolMappingVisitor in com.metamatrix.query.sql.visitor
 

Subclasses of AbstractSymbolMappingVisitor in com.metamatrix.query.sql.visitor
 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.