| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        hstmt
         | 
      
        
        DAM_HSTMT
         | 
      
        
        The statement handle of the inner table being processed for building the pushdown join results.
         | 
     
| 
        
        OUT
         | 
      ||
| 
        
        piInnerTableColNum
         | 
      
        
        int *
         | 
      
        
        The schema column number of a column of the inner table.
         | 
     
| 
        
        piOpType
         | 
      
        
        int *
         | 
      
        
        The operator type, as described in Table 80, and the same as those returned in dam_describeCondEx. BETWEEN type conditions are not considered valid join conditions.
         | 
     
| 
        
        piOuterTableProcessOrder
         | 
      
        
        int *
         | 
      
        
        The table process order of the outer table whose column is used in join condition.
         | 
     
| 
        
        piOuterTableColNum
         | 
      
        
        int *
         | 
      
        
        The schema column number of the outer table column.
         | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - valid join condition returned
        
       
        DAM_NOT_AVAILABLE - no clear join condition can be returned
        
       
        DAM_FAILURE - error
         |