A where query that may contain other where queries (in brackets). More...
Public Member Functions | |
| __construct (array $wheres, $link_operator="and") | |
| Construct a subset of wheres. | |
| toStringNoLink () | |
| Return the SQL without the link operator. | |
A where query that may contain other where queries (in brackets).
Definition at line 349 of file query.php.
| WhereSetQueryComponent::__construct | ( | array $ | wheres, | |
| $ | link_operator = "and" | |||
| ) |
Construct a subset of wheres.
| array | $wheres An array of WhereQueryComponent | |
| string | $link_operator How this where clause links with the previous clause, eg. "and" "or" |
| WhereSetQueryComponent::toStringNoLink | ( | ) |
Return the SQL without the link operator.
Reimplemented from WhereQueryComponent.
1.6.3