Uses of Class
org.teiid.query.sql.proc.IfStatement

Packages that use IfStatement
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of IfStatement in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return IfStatement
 IfStatement SQLParser.ifStatement(ParseInfo info)
          Parse if statement
 

Uses of IfStatement in org.teiid.query.sql
 

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

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

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

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

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

Uses of IfStatement in org.teiid.query.validator
 

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



Copyright © 2010. All Rights Reserved.