query.inc
Version 1.33 (checked in on 2009/10/26 at 04:46:37 by webchick)
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. |
