|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_odessp |
Available in:
Sold separately |
|
Library: omoci - Oracle Call Interface database support
Include: omoci.xin |
Return type: Integer Returns: Returns OCI_SUCCESS if the function completes without error. |
define external integer function OCI_odessp
( value OCI_Handle_type lda,
value stream objnam,
value integer onlen,
modifiable integer ovrld,
modifiable integer pos,
modifiable integer level,
modifiable stream argnam,
modifiable integer arnlen,
modifiable integer dtype,
modifiable integer defsup,
modifiable integer mode,
modifiable integer dtsiz,
modifiable integer prec,
modifiable integer scale,
modifiable integer radix,
modifiable integer arrsiz
)
This function is used to describe the parameters of a PL/SQL procedure or function stored in an Oracle database. All of the variables used as output arguments in this function call must be declared as a variable size shelf, and each shelf is cleared in the function. Items are added to the output shelves, one for each stored procedure or function parameter.
Input arguments:
Output arguments:
Input/output argument:
| ---- |