Uses of Class
org.teiid.query.sql.lang.XMLTable

Packages that use XMLTable
org.teiid.query.parser   
org.teiid.query.processor.relational   
org.teiid.query.resolver.command   
org.teiid.query.sql   
org.teiid.query.sql.lang   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of XMLTable in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return XMLTable
 XMLTable SQLParser.xmlTable(ParseInfo info)
           
 

Uses of XMLTable in org.teiid.query.processor.relational
 

Methods in org.teiid.query.processor.relational with parameters of type XMLTable
 void XMLTableNode.setTable(XMLTable table)
           
 

Uses of XMLTable in org.teiid.query.resolver.command
 

Methods in org.teiid.query.resolver.command with parameters of type XMLTable
 void SimpleQueryResolver.QueryResolverVisitor.visit(XMLTable obj)
           
 

Uses of XMLTable in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type XMLTable
 void LanguageVisitor.visit(XMLTable obj)
           
 

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

Methods in org.teiid.query.sql.lang that return XMLTable
 XMLTable XMLTable.clone()
           
 

Uses of XMLTable in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type XMLTable
 void PreOrPostOrderNavigator.visit(XMLTable obj)
           
 

Uses of XMLTable in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type XMLTable
 void SQLStringVisitor.visit(XMLTable obj)
           
 void ExpressionMappingVisitor.visit(XMLTable obj)
           
 

Uses of XMLTable in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type XMLTable
 void ValidationVisitor.visit(XMLTable obj)
           
 



Copyright © 2010. All Rights Reserved.