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

Packages that use ArrayTable
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   
 

Uses of ArrayTable in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return ArrayTable
 ArrayTable SQLParser.arrayTable(ParseInfo info)
           
 

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

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

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

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

Uses of ArrayTable in org.teiid.query.sql
 

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

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

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

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

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

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

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



Copyright © 2011. All Rights Reserved.