buildSimpleCondition() public method
Creates an SQL expressions like "column" operator value
.
public string buildSimpleCondition ( $indexes, $operator, $operands, &$params ) | ||
---|---|---|
$indexes | yii\sphinx\IndexSchema[] |
List of indexes, which affected by query |
$operator | string |
The operator to use. Anything could be used e.g. |
$operands | array |
Contains two column names. |
$params | array |
The binding parameters to be populated |
return | string |
The generated SQL expression |
throws | yii\base\InvalidParamException |
if count($operands) is not 2 |
Please login to continue.