Piwik\Updater\Migration\Db\BatchInsert::exec PHP Метод

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

public exec ( )
    public function exec()
    {
        Db\BatchInsert::tableInsertBatch($this->table, $this->columnNames, $this->values, $this->throwException, $this->charset);
    }