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