| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
     ||
| 
        
        hIndex
         | 
      
        
        long
         | 
      
        
        Index handle.
         | 
     
| 
        
        OUTPUT
         | 
     ||
| 
        
        pszIndexQualifier
         | 
      
        
        StringBuffer
         | 
      
        
        Qualifier of the index. Must create an object of type StringBuffer of size DAMOBJ_MAX_ID_LEN.
         | 
     
| 
        
        pszIndexName
         | 
      
        
        StringBuffer
         | 
      
        
        Name of the index. Must create an object of type StringBuffer of size DAMOBJ_MAX_ID_LEN.
         | 
     
| 
        
        ptType
         | 
      
        
        xo_int
         | 
      
        
        Type of information being returned:
        
       
        Must create an object of type xo_int.
         | 
     
| 
        
        piNonUnique
         | 
      
        
        xo_int
         | 
      
        
        Indicates whether the index prohibits duplicate values:
        
        | 
     
| 
        
        piIndexLen
         | 
      
        
        xo_int
         | 
      
        
        The number of columns in this index. This number is as indicated in the OA_STATISTICS and does not reflect how many of the columns belonging to the index are part of the query.
         | 
     
| 
        
        RETURN
         | 
     ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - valid information returned.
        
       
        DAM_FAILURE - failure.
         | 
     |