DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) flow-control-constructs

Info Catalog (mysql.info) cursors (mysql.info) stored-procedure-syntax
 
 17.2.10 Flow Control Constructs
 -------------------------------
 

Menu

 
* if-statement                 `IF' Statement
* case-statement               `CASE' Statement
* loop-statement               `LOOP' Statement
* leave-statement              `LEAVE' Statement
* iterate-statement            `ITERATE' Statement
* repeat-statement             `REPEAT' Statement
* while-statement              `WHILE' Statement
 
 The `IF', `CASE', `LOOP', `WHILE', `REPLACE' `ITERATE', and `LEAVE'
 constructs are fully implemented.
 
 Many of these constructs contain other statements, as indicated by the
 grammer specifications in the following sections. Such constructs may
 be nested. For example, an `IF' statement might contain a `WHILE' loop,
 which itself contains a `CASE' statement.
 
 `FOR' loops are not currently supported.
 
Info Catalog (mysql.info) cursors (mysql.info) stored-procedure-syntax
automatically generated byinfo2html