A routine parameter is a parameter of an SQL routine. You use routine parameters to perform the following:
Routine parameters can only be referenced within the body of the SQL routine in which they are defined.
A routine parameter is defined through a parameter-definition clause of the CREATE PROCEDURE or CREATE FUNCTION statements. The definition includes the specification of the name, the data type and optional WITH DEFAULT attribute.
Note: For more information about defining routine parameters, see CREATE PROCEDURE and CREATE FUNCTION.
|
Copyright © 2014 CA.
All rights reserved.
|
|