query.inc
Version 1.34 (checked in on 2009/11/23 at 22:31:42 by dries)
Non-specific Database query code. Used by all engines.
Functions
| 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. |
