query.inc

Version

1.43 (checked in on 2010/03/01 at 11:30:37 by dries)

Description

Non-specific Database query code. Used by all engines.

Functions

Namesort iconDescription
db_andReturns a new DatabaseCondition, set to "AND" all conditions together.
db_conditionReturns a new DatabaseCondition, set to the specified conjunction.
db_orReturns a new DatabaseCondition, set to "OR" all conditions together.
db_xorReturns a new DatabaseCondition, set to "XOR" all conditions together.