|        | |||||
|  | |||||
| function | OCI_osetpi | ||||
| Other Library Functions | 
| Library: OCI Include: omoci.xin | Returns: Numeric Returns OCI_SUCCESS if the function completes without error. | 
  define external counter function OCI_osetpi
     (  value OCI_Handle_type cursor,
        value counter piece,
        value OCI_Array_type bufp,
        value OCI_Array_type lenp
     )
This function sets information about the next chunk of data to be processed as part of a piecewise insert, update, or fetch.
Input arguments:
Example:
  set RetCode to OCI_osetpi
           (  Cursor,
              Piece,
              NextChunk,
              ChunkSize
           )
| ---- |