OCI_SetArrayAsStream

function

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

Declaration
define external function OCI_SetArrayAsStream
   (  value OCI_Array_type Array,
      value integer ElementPos,
      value string StreamValue
   )


Purpose

This function sets the specified element in the data area of the OCI_Array_type variable to the specified stream value. The contents of the stream may be any textual or binary information.

Input arguments: