| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
      
        | 
      
        | 
     
| 
        
        sqlip_hstmt
         | 
      
        
        SQLIP_HSTMT
         | 
      
        
        Statement handle
         | 
     
| 
        
        iInfoType
         | 
      
        
        OADS_INTEGER
         | 
      
        
        Information type.
         | 
     
| 
        
        CharValue
         | 
      
        
        OADS_POINTER
         | 
      
        
        String value for iInfoType that is sent as a string.
         | 
     
| 
        
        iValueLen
         | 
      
        
        OADS_INTEGER
         | 
      
        
        Length of the string value in CharValue (bytes).
         | 
     
| 
        
        NumericValue
         | 
      
        
        OADS_LEN
         | 
      
        
        Integer value for iInfoType that are sent as integers.  | 
     
| 
        
        RETURN
         | 
      
        | 
      
        | 
     
| 
        | 
      
        
        int
         | 
      
        
        OADS_SUCCESS – if you are able to successfully apply the option or if you want to ignore the options.
        
       
        OADS_ERROR – if error in handling the requested option for which you do have support.
         | 
     
| 
        
        ilnfoType
         | 
      
        
        Description
         | 
     
| 
        
        OADS_STMT_INFO_QUERY_TIMEOUT
         | 
      
        
        Seconds to wait for query to finish executing. A value of 0 indicates no limit. The value is supplied in NumericValue.
         | 
     
| 
        
        OADS_STMT_INFO_MAX_ROWS
         | 
      
        
        Maximum number of rows to return. A value of 0 indicates no limit. The value is supplied in NumericValue.
         |