DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) Flow Control Constructs

Info Catalog (mysql.info.gz) Cursors (mysql.info.gz) Stored Procedure Syntax
 
 19.1.9 Flow Control Constructs
 ------------------------------
 
 The `IF', `CASE', `LOOP', `WHILE', `ITERATE', and `LEAVE' constructs
 are fully implemented.
 
 These constructs may each contain either a single statement, or a block
 of statements using the `BEGIN ... END' compound statement. Constructs
 may be nested.
 
 `FOR' loops are not currently supported.
 

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
 
Info Catalog (mysql.info.gz) Cursors (mysql.info.gz) Stored Procedure Syntax
automatically generated byinfo2html