 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
n |
A
stored procedure should provide
|
|
|
|
– |
a
name
|
|
|
|
– |
an input parameter
|
|
|
|
– |
an
output parameter
|
|
|
so it maps to the activate
command
|
|
|
eg) active “component”.SP_name(input,output)
|
|
|
n |
NB:
UNIFACE is oblivious to the code
|
|
|
written
in the stored procedure.
|
|
|
|
– |
DBMS
developer is responsible for code in the SP
|