Uses of Class
org.teiid.query.sql.visitor.AbstractSymbolMappingVisitor

Packages that use AbstractSymbolMappingVisitor
org.teiid.query.optimizer.xml   
org.teiid.query.sql.visitor   
 

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

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

Subclasses of AbstractSymbolMappingVisitor in org.teiid.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 © 2010. All Rights Reserved.