Uses of Class
org.teiid.query.sql.proc.IfStatement
-
Packages that use IfStatement Package Description org.teiid.query.parser org.teiid.query.sql org.teiid.query.sql.navigator org.teiid.query.sql.visitor -
-
Uses of IfStatement in org.teiid.query.parser
Methods in org.teiid.query.parser that return IfStatement Modifier and Type Method Description IfStatement
SQLParser. ifStatement(ParseInfo info)
-
Uses of IfStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type IfStatement Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
SQLStringVisitor. visit(IfStatement obj)
-