| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_GetArrayAsStream | 
  Available in:
   Sold separately  | 
| 
Library: omoci - Oracle Call Interface database support
 Include: omoci.xin  | 
Return type: String Returns: The entire contents in the data buffer.  | 
  define external stream function OCI_GetArrayAsStream
     (  value OCI_Array_type Array,
        value integer 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:
| ---- |