| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      
        | 
      
        | 
     
| 
        
        proc_qualifier
         | 
      
        
        String
         | 
      
        
        The name of the database in which the stored procedure exists.
         | 
     
| 
        
        proc_owner
         | 
      
        
        String
         | 
      
        
        The owner of the stored procedure.
         | 
     
| 
        
        proc_name
         | 
      
        
        String
         | 
      
        
        The name of the stored procedure.
         | 
     
| 
        
        num_input_params
         | 
      
        
        int
         | 
      
        
        The number of input parameters. Not used at this time.
         | 
     
| 
        
        num_output_params
         | 
      
        
        int
         | 
      
        
        The number of output parameters. Not used at this time.
         | 
     
| 
        
        num_result_sets
         | 
      
        
        int
         | 
      
        
        Number of result sets.
         | 
     
| 
        
        proc_type
         | 
      
        
        short
         | 
      
        
        The type of the stored procedure.
         | 
     
| 
        
        userdata
         | 
      
        
        String
         | 
      
        
        A place for the IP to maintain IP-specific data. The IP can read it by using dam_describeProcedure.
         | 
     
| 
        
        remarks
         | 
      
        
        String
         | 
      
        
        The description of the stored procedure.
         | 
     
| 
        
        RETURN
         | 
      
        | 
      
        | 
     
| 
        | 
      
        
        NONE
         | 
      
        |