OCI_SetArrayAsString

function

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

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


Purpose

This function sets an element in the data area of the OCI_Array_type variable to the specified stream value. The input stream must contain only textual data with no embedded nulls. The end of the stream or the first detected null byte identifies the stream length. Note that the terminating null value is also written to the array element.

Input arguments: