- drupal
- drupal7
Version 1.23 (checked in on 2009/05/24 at 17:39:30 by dries)
Non-specific Database query code. Used by all engines.
Klassen
| Name | Beschreibung |
| DatabaseCondition | Generic class for a series of conditions in a query. |
| DeleteQuery | General class for an abstracted DELETE operation. |
| InsertQuery | General class for an abstracted INSERT operation. |
| MergeQuery | General class for an abstracted MERGE operation. |
| Query | Base class for the query builders. |
| TruncateQuery | General class for an abstracted TRUNCATE operation. |
| UpdateQuery | General class for an abstracted UPDATE operation. |
Funktionen & Methoden
| Name | Beschreibung |
| 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. |
Interfaces
Kommentare
Kommentar hinzufügen