| Function | Description | 
|---|---|
AND | 
        Equivalent to using the & operator on a Query object. | 
    
OR | 
        Equivalent to using the | operator on a Query object. | 
    
NOT | 
        Equivalent to using the ~ operator on a Query object. | 
See About this document... for information on suggesting changes.