Uses of Class
org.teiid.query.sql.proc.LoopStatement
-
Packages that use LoopStatement Package Description org.teiid.query.parser org.teiid.query.sql org.teiid.query.sql.navigator org.teiid.query.sql.visitor org.teiid.query.validator -
-
Uses of LoopStatement in org.teiid.query.parser
Methods in org.teiid.query.parser that return LoopStatement Modifier and Type Method Description LoopStatement
SQLParser. loopStatement(ParseInfo info)
-
Uses of LoopStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type LoopStatement Modifier and Type Method Description void
LanguageVisitor. visit(LoopStatement obj)
-
Uses of LoopStatement in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type LoopStatement Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(LoopStatement obj)
-
Uses of LoopStatement in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type LoopStatement Modifier and Type Method Description void
CommandCollectorVisitor. visit(LoopStatement obj)
Visit a language object and collect symbols.void
SQLStringVisitor. visit(LoopStatement obj)
-
Uses of LoopStatement in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type LoopStatement Modifier and Type Method Description void
ValidationVisitor. visit(LoopStatement obj)
-