| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
      
        | 
      
        | 
     
| 
        
        sqlip_hstmt
         | 
      
        
        SQLIP_HSTMT
         | 
      
        
        Statement handle.  | 
     
| 
        
        RETURN
         | 
      
        | 
      
        | 
     
| 
        | 
      
        
        int
         | 
      
        
        OADS_SUCCESS – valid row fetched.
        
       
        OADS_BUFFER_FULL – indicates that the row returned in the previous OASQLIP_fetch_row call was the last row in the current block of the rows to return to the client.
        
       
        OADS_NO_DATA – no more data available.
        
       
        OADS_ERROR – error fetching a row.
         |