buildCondition() public method
Parses the condition specification and generates the corresponding SQL expression.
| public string buildCondition ( $condition, &$params ) | ||
|---|---|---|
| $condition | string|array|yii\db\Expression |
The condition specification. Please refer to yii\db\Query::where() on how to specify a condition. |
| $params | array |
The binding parameters to be populated |
| return | string |
The generated SQL expression |
Please login to continue.