This section includes the conventions used to describe the functions.
A description of each of the function's parameters. This includes the parameter's mode. The mode of a parameter has three possible values, as described in Table 27-1.
Table 27-1 Mode of a Parameter
Mode | Description |
---|---|
IN |
A parameter that passes data to the OCI. |
OUT |
A parameter that receives data from the OCI on this call. |
IN/OUT |
A parameter that passes data on the call and receives data on the return from this or a subsequent call. |