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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.