| 
        
        This parameter...
         | 
      
        
        Is synonymous to this parameter...
         | 
     
| 
        
        szQualifier
         | 
      
        
        pcCatalog
         | 
     
| 
        
        szOwner
         | 
      
        
        pcSchema
         | 
     
| 
        
        szName
         | 
      
        
        pcObjName
         | 
     
| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        hstmt
         | 
      
        
        DAM_HSTMT
         | 
      
        
        The statement handle.
         | 
     
| 
        
        OUT
         | 
      ||
| 
        
        szQualifier
         | 
      
        
        char *
         | 
      
        
        The qualifier of the object. Pass in a buffer of 128 characters.
         | 
     
| 
        
        szOwner
         | 
      
        
        char *
         | 
      
        
        The owner of the object. Pass in a buffer of 128 characters.
         | 
     
| 
        
        szName
         | 
      
        
        char *
         | 
      
        
        The name of the object. Pass in a buffer of 128 characters.
         | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - on success
        
       
        DAM_FAILURE - on failure
        
       
        DAM_NO_DATA_FOUND - on end of list when no data is retrieved
         |