| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
     ||
| 
        
        hstmt
         | 
      
        
        DAM_HSTMT
         | 
      
        
        The statement handle.
         | 
     
| 
        
        hcond
         | 
      
        
        DAM_HCOND
         | 
      
        
        The custom condition handle.
         | 
     
| 
        
        OUT
         | 
     ||
| 
        
        phCol
         | 
      
        
        xo_long
         | 
      
        
        The handle to the column associated with the condition.
         | 
     
| 
        
        piOpType
         | 
      
        
        xo_int
         | 
      
        
        The operator type. See Table 144 for the description of supported operators and their associated values.
         | 
     
| 
        
        pScalarName
         | 
      
        
        StringBuffer
         | 
      
        
        The scalar function name.
         | 
     
| 
        
        phValExpList
         | 
      
        
        xo_long
         | 
      
        
        The handle to the value expression list that contains the arguments to the scalar function.
         | 
     
| 
        
        RETURN
         | 
     ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - valid condition is returned.
        
       
        DAM_FAILURE - the operation failed.
         | 
     |