sphinx\QueryBuilder generateBatchInsertReplace()

generateBatchInsertReplace() protected method

Generates a batch INSERT/REPLACE SQL statement.

protected string generateBatchInsertReplace ( $statement, $index, $columns, $rows, &$params )
$statement string

Statement ot be generated.

$index string

The affected index name.

$columns array

The column data (name => value).

$rows array

The rows to be batch inserted into the index

$params array

The binding parameters that will be generated by this method.

return string

Generated SQL

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

Please login to continue.