Functions/Procedures

Stored routines (procedures and functions) are supported in MySQL 5.0. A stored routine is a set of SQL statements that can be stored in the server. Once this has been done, clients do not need to keep reissuing the individual statements but can refer to the stored routine instead.

Just simply click to open an object pane for Function. A right-click displays the popup menu or using the object pane toolbar below, allowing you to create new, edit and delete the selected function/procedure.

Create Function/Procedure

To create a new function/procedure

To create a new function/procedure with modification as one of the existing function/procedure

Edit Function/Procedure

To edit the existing function/procedure (manage its definition etc)

To change the name of the function/procedure

Run Function/Procedure

To run a function/procedure in the navigation pane/object pane

To run a function/procedure in the Function/Procedure Designer

Delete Function/Procedure

To delete a function/procedure

Achieve Function/Procedure Information

To achieve a function/procedure information