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

Packages that use TextTable
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 TextTable in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return TextTable
 TextTable SQLParser.textTable(ParseInfo info)
           
 

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

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

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

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

Uses of TextTable in org.teiid.query.sql
 

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

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

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

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

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

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

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

Uses of TextTable in org.teiid.query.validator
 

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



Copyright © 2010. All Rights Reserved.