| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
     ||
| 
        
        hTable
         | 
      
        
        long
         | 
      
        
        The table handle.
         | 
     
| 
        
        OUTPUT
         | 
     ||
| 
        
        piJoinType
         | 
      
        
        xo_int
         | 
      
        
        The type of the join:
        
       
        SQL_JOIN_LEFT_OUTER - left outer joinSQL_JOIN_RIGHT_OUTER - right outer join
        
       
        SQL_JOIN_FULL_OUTER - full outer join
        
       
        SQL_JOIN_INNER - inner join
         | 
     
| 
        
        phJoinExp
         | 
      
        
        long
         | 
      
        
        The handle to the join expression in the ON clause of the join. A 0 is returned if no outer/inner join exists.
         |