OCI_SetArraySize

function

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

Declaration
define external function OCI_SetArraySize
   (  value OCI_Array_type Array,
      value integer ElementLen,
      value integer ElementCount
   )


Purpose

This function allows you to specify the number of elements and the size of each element in the OCI_Array_type OMX component. The existing data buffer (if any) is freed.

Input arguments: