sphinx\QueryBuilder composeColumnValue()

composeColumnValue() protected method

Composes column value for SQL, taking in account the column type.

protected string composeColumnValue ( $indexes, $columnName, $value, &$params )
$indexes yii\sphinx\IndexSchema[]

List of indexes, which affected by query

$columnName string

Name of the column

$value mixed

Raw column value

$params array

The binding parameters to be populated

return string

SQL expression, which represents column value

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

Please login to continue.