Uses of Class
org.teiid.query.sql.proc.BranchingStatement
-
-
Uses of BranchingStatement in org.teiid.query.parser
Methods in org.teiid.query.parser that return BranchingStatement Modifier and Type Method Description BranchingStatement
SQLParser. branchingStatement(ParseInfo info)
-
Uses of BranchingStatement in org.teiid.query.processor.proc
Constructors in org.teiid.query.processor.proc with parameters of type BranchingStatement Constructor Description BranchingInstruction(BranchingStatement bs)
-
Uses of BranchingStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type BranchingStatement Modifier and Type Method Description void
LanguageVisitor. visit(BranchingStatement obj)
-
Uses of BranchingStatement in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type BranchingStatement Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(BranchingStatement obj)
-
Uses of BranchingStatement in org.teiid.query.sql.proc
Methods in org.teiid.query.sql.proc that return BranchingStatement Modifier and Type Method Description BranchingStatement
BranchingStatement. clone()
Deep clone statement to produce a new identical statement. -
Uses of BranchingStatement in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type BranchingStatement Modifier and Type Method Description void
SQLStringVisitor. visit(BranchingStatement obj)
-
Uses of BranchingStatement in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type BranchingStatement Modifier and Type Method Description void
ValidationVisitor. visit(BranchingStatement obj)
-