OCI_GetArrayAsStream

function

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin

Returns: The entire contents in the data buffer.


Declaration
define external stream function OCI_GetArrayAsStream
   (  value OCI_Array_type Array,
      value integer ElementPos
   )


Purpose

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: