buildHashCondition() public method
Creates a condition based on column-value pairs.
| public string buildHashCondition ( $condition, &$params ) | ||
|---|---|---|
| $condition | array |
The condition specification. |
| $params | array |
The binding parameters to be populated |
| return | string |
The generated SQL expression |
Please login to continue.