swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

OCI_oexfet

 
 

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

Returns: OCI_SUCCESS if the function completes without error.


Declaration

define external integer function OCI_oexfet
   (  value OCI_Handle_type cursor,
      value integer nrows,
      value integer cancel,
      value integer exact
   )


Purpose

This function executes the SQL statement associated with a cursor, then fetches one or more rows. This function can also cancel the cursor.

Input arguments:

Example:

  set RetCode to OCI_oexfet
     (  Cursor, 
        1,  
        OCI_NOCANCEL,
        OCI_NOEXACT
     )

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.