Stored procedure fundamentals
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Stored procedure fundamentals
This topic discusses the fundamentals of writing stored procedures.
The SQL CREATE PROCEDURE statement provides the
basic framework for stored procedures. Use the CREATE PROCEDURE statement
to submit a Java code snippet that will be compiled and stored in
the database.
The CREATE PROCEDURE statement uses the following
syntax:
Syntax
|
- parameter_decl
-
{ IN | OUT | INOUT }parameter_name data_type