Uses of Class
com.metamatrix.query.sql.proc.WhileStatement

Packages that use WhileStatement
com.metamatrix.query.parser   
com.metamatrix.query.sql   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

Uses of WhileStatement in com.metamatrix.query.parser
 

Methods in com.metamatrix.query.parser that return WhileStatement
 WhileStatement SQLParser.whileStatement(ParseInfo info)
          Parse while statement
 

Uses of WhileStatement in com.metamatrix.query.sql
 

Methods in com.metamatrix.query.sql with parameters of type WhileStatement
 void LanguageVisitor.visit(WhileStatement obj)
           
 

Uses of WhileStatement in com.metamatrix.query.sql.navigator
 

Methods in com.metamatrix.query.sql.navigator with parameters of type WhileStatement
 void PreOrPostOrderNavigator.visit(WhileStatement obj)
           
 

Uses of WhileStatement in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.query.sql.visitor with parameters of type WhileStatement
 void SQLStringVisitor.visit(WhileStatement obj)
           
 

Uses of WhileStatement in com.metamatrix.query.validator
 

Methods in com.metamatrix.query.validator with parameters of type WhileStatement
 void ValidationVisitor.visit(WhileStatement obj)
           
 



Copyright © 2009. All Rights Reserved.