27 foreach ( $datas as $row ) {
28 if ($batch < $this->batchSize) {
32 $batchRows[]=$this->
batchRows($rows, $fields);
37 if (\
sizeof($rows) > 0) {
38 $batchRows[]=$this->
batchRows($rows, $fields);
40 foreach ( $batchRows as $batchRow ) {
43 return \implode(
";\n", $result) .
";";