| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
     ||
| 
        
        hstmt
         | 
      
        
        long
         | 
      
        
        The statement handle.
         | 
     
| 
        
        OUT
         | 
     ||
| 
        
        pbPartialLists
         | 
      
        
        xo_int
         | 
      
        
        TRUE - the custom condition list provided to the IP is a partial list. This happens in cases where:
        
       
        The IP cannot mark all custom condition lists as evaluated, so the IP should return an error.
        
       
        FALSE - the condition list provided to the IP contains the full expression.
         | 
     
| 
        
        RETURN
         | 
     ||
| 
        
        long
         | 
      
        
        The search custom condition list. Navigate it using dam_getFirstCondList and dam_getNextCondList. A 0 is returned if no search list is available. The IP must call dam_freeSetOfConditionList to this handle when done.
         | 
     |