|        | |||||
|  | |||||
| function | OCI_ogetpi | ||||
| Other Library Functions | 
| Library: OCI Include: omoci.xin | Returns: Numeric Returns OCI_SUCCESS if the function completes without error. | 
  define external counter function OCI_ogetpi
     (  value OCI_Handle_type cursor,
        modifiable counter piecep,
        modifiable stream ctxpp,
        modifiable counter iterp,
        modifiable counter indexp
     )
This function returns information about the next chunk of data to be processed as part of a piecewise insert, update, or fetch.
Input argument:
Output arguments:
Example:
   set RetCode to OCI_ogetpi
           (  Cursor,
              Piece,
              ContextValue,
              Iteration,
              Indexp
           )
| ---- |