| Name | Description |
|---|---|
| db_and | Returns a new DatabaseCondition, set to "AND" all conditions together. |
| db_condition | Returns a new DatabaseCondition, set to the specified conjunction. |
| db_or | Returns a new DatabaseCondition, set to "OR" all conditions together. |
| db_xor | Returns a new DatabaseCondition, set to "XOR" all conditions together. |