- Patch #700518 by agentrickard: document conjunctions for db_condition().
parent
6c9b682bb6
commit
0597e322ce
|
@ -1386,8 +1386,10 @@ function db_xor() {
|
||||||
/**
|
/**
|
||||||
* Returns a new DatabaseCondition, set to the specified conjunction.
|
* Returns a new DatabaseCondition, set to the specified conjunction.
|
||||||
*
|
*
|
||||||
* @param
|
* @param $conjunction
|
||||||
* The conjunction (AND, OR, XOR, etc.) to use on conditions.
|
* The conjunction to use for query conditions. The following conjunctions are
|
||||||
|
* supported: AND, OR, XOR, IN, NOT IN, BETWEEN, IS NULL, IS NOT NULL,
|
||||||
|
* LIKE.
|
||||||
* @return DatabaseCondition
|
* @return DatabaseCondition
|
||||||
*/
|
*/
|
||||||
function db_condition($conjunction) {
|
function db_condition($conjunction) {
|
||||||
|
|
Loading…
Reference in New Issue