| |
An OUT parameter is like the return value for a procedure but it appears in the parameter
list. Inside the program, an OUT parameter acts like an initialized variable. In fact, the OUT
parameter has no value at all until the program terminates successfully. If you are specifying an
OUT type parameter in case of external Java procedure, the parameter datatype should be
javaparameter (in Java method signature).
|