HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Stored Procedure

In MogDB, business rules and logics are saved as stored procedures.

A stored procedure is a combination of SQL and PL/pgSQL. Stored procedures can move the code that executes business rules from applications to databases. Therefore, the code storage can be used by multiple programs at a time.

For details about how to create and call a stored procedure, see CREATE PROCEDURE.

The application methods for PL/pgSQL functions mentioned in User-defined Functions are similar to those for stored procedures. For details, please refer to PL/pgSQL-SQL Procedural Language section, unless otherwise specified, the contents apply to stored procedures and user-defined functions.

Copyright © 2011-2024 www.enmotech.com All rights reserved.