buildHashCondition() public method
Creates a condition based on column-value pairs.
public string buildHashCondition ( $indexes, $condition, &$params ) | ||
---|---|---|
$indexes | yii\sphinx\IndexSchema[] |
List of indexes, which affected by query |
$condition | array |
The condition specification. |
$params | array |
The binding parameters to be populated |
return | string |
The generated SQL expression |
Please login to continue.