EPUB | CHM | PDF

Stored Procedures and Functions

Top Previous Next

A stored procedure is a set of statements that can be stored in the server. Once this has been done, clients don't need to keep reissuing the individual statements but can refer to the stored procedure instead.

Database Designer for MySQL helps to build and manage stored procedures and functions in a powerful graphical environment.

With Database Designer for MySQL you can:

Create and Edit stored procedure or function;
Manage all stored procedures and functions within the diagram.

See also:
Diagram Objects: Creating a Stored Procedure or Function | Stored Routine Editor | Stored Routine Manager