sphinx\QueryBuilder buildCompositeInCondition()

buildCompositeInCondition() protected method

protected string buildCompositeInCondition ( $indexes, $operator, $columns, $values, &$params )
$indexes yii\sphinx\IndexSchema[]

List of indexes, which affected by query

$operator string

The operator to use (e.g. IN or NOT IN)

$columns array
$values array
$params array

The binding parameters to be populated

return string

The generated SQL expression

doc_Yii
2016-10-30 17:12:27
Comments
Leave a Comment

Please login to continue.