Uses of Class
org.teiid.query.sql.proc.WhileStatement
-
Packages that use WhileStatement Package Description org.teiid.query.parser org.teiid.query.sql org.teiid.query.sql.navigator org.teiid.query.sql.visitor -
-
Uses of WhileStatement in org.teiid.query.parser
Methods in org.teiid.query.parser that return WhileStatement Modifier and Type Method Description WhileStatement
SQLParser. whileStatement(ParseInfo info)
-
Uses of WhileStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type WhileStatement Modifier and Type Method Description void
LanguageVisitor. visit(WhileStatement obj)
-
Uses of WhileStatement in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type WhileStatement Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(WhileStatement obj)
-
Uses of WhileStatement in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type WhileStatement Modifier and Type Method Description void
SQLStringVisitor. visit(WhileStatement obj)
-