Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
Parameters « Procedure Function « MySQL Tutorial
MySQL Tutorial
Procedure Function
Parameters
11.7.Parameters
11.7.1.
DateTime parameter
11.7.2.
Verify the input parameter
11.7.3.
Check input parameter
11.7.4.
Declare and use the OUT parameter
11.7.5.
Save status to an OUT parameter
11.7.6.
Pass status code and message out of a procedure
11.7.7.
Using OUT parameter to return the status code and message from a procedure
11.7.8.
Pass variable to a procedure as the OUT parameter