1.43 (checked in on 2010/03/01 at 11:30:37 by dries)
Non-specific Database query code. Used by all engines.
| 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. |