Ouzo\Db\Dialect\MySqlDialect::batchInsert PHP Метод

batchInsert() публичный Метод

public batchInsert ( $table, $primaryKey, $columns, $batchSize )
    public function batchInsert($table, $primaryKey, $columns, $batchSize)
    {
        throw new InvalidArgumentException("Batch insert not supported in mysql");
    }