Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Stored Procedures

Topics:

Topic

Detail

See also

What is a Stored Procedure?

A stored procedure is a group of SQL statements that form a logical unit and perform a particular task. Stored procedures are used to encapsulate a set of operations or queries to execute on a database server. You can compile and execute stored procedures with different parameters and results, and they can have any combination of input, output and input/output parameters.

Enterprise Architect models stored procedures using stereotyped UML Classes and Operations.

 

Learn more