|        | |||||
|  | |||||
| function | OCI_GetArrayAsStream | ||||
| Other Library Functions | 
| Library: OCI Include: omoci.xin | Returns: String The entire contents in the data buffer. | 
  define external stream function OCI_GetArrayAsStream
     (  value OCI_Array_type Array,
        value counter ElementPos
     )
This function retrieves the entire contents of the specified element in the OCI_Array_type variable's data contents as a stream. This method allows the user to retrieve any type of data, binary or textual, from the data buffer.
Input arguments:
| ---- |