| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
     ||
| 
        
        hstmt
         | 
      
        
        dam_hstmt
         | 
      
        
        Statement handle.
         | 
     
| 
        
        Locator
         | 
      
        
        Object
         | 
      
        
        LOB locator value, which is added in dam_addLOBLocatorValToRow.
         | 
     
| 
        
        iXOType
         | 
      
        
        int
         | 
      
        
        XOtype specified in dam_addLOBLocatorValToRow.
         | 
     
| 
        
        iOpType
         | 
      
        
        int
         | 
      
        
        Type of LOB Locator options. Valid values are LOB_FIRST, LOB_NEXT, and LOB_CLOSE.
         | 
     
| 
        
        Buffer
         | 
      
        
        char()
        
       
        byte()
         | 
      
        
        The Buffer location, into which the IP can populate data.
         | 
     
| 
        
        IBufferLen
         | 
      
        
        long
         | 
      
        
        The ioTargetValPtr buffer length.
         | 
     
| 
        
        piLenOrInd
         | 
      
        
        xo_long
         | 
      
        
        The Length or Indicator pointer.
         | 
     
| 
        
        RETURN
         | 
     ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - on success
        
       
        DAM_SUCCESS_WITH_INFO - on success, but more data still must be fetched for the LOB
        
       
        DAM_FAILURE - on failure
         | 
     |