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

Packages that use LoopStatement
com.metamatrix.query.parser   
com.metamatrix.query.sql   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
 

Uses of LoopStatement in com.metamatrix.query.parser
 

Methods in com.metamatrix.query.parser that return LoopStatement
 LoopStatement SQLParser.loopStatement(ParseInfo info)
          Parse loop statement
 

Uses of LoopStatement in com.metamatrix.query.sql
 

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

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

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

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

Methods in com.metamatrix.query.sql.visitor with parameters of type LoopStatement
 void CommandCollectorVisitor.visit(LoopStatement obj)
          Visit a language object and collect symbols.
 void SQLStringVisitor.visit(LoopStatement obj)
           
 



Copyright © 2009. All Rights Reserved.