List of all members.
Member Function Documentation
- Parameters:
-
real_items | True <=> in the copy, replace any Item_ref with its real_item() |
- Todo:
- this argument should be always false and removed in WL#7082.
Reimplemented from Item.
Evaluation of AND(expr, expr, expr ...).
- Note:
- abort_if_null is set for AND expressions for which we don't care if the result is NULL or 0. This is set for:
- WHERE clause
- HAVING clause
- IF(expression)
- Return values:
-
1 | If all expressions are true |
0 | If all expressions are false or if we find a NULL expression and 'abort_on_null' is set. |
NULL | if all expression are either 1 or NULL |
Implements Item.
The documentation for this class was generated from the following files: