50#ifndef DOXYGEN_SHOULD_SKIP_THIS
59 DBVector< std::string > >& new_rows) {
60 for (
const auto& new_row: new_rows)
61 this->insertRow(new_row);
67 DBVector< std::string > >& new_rows) {
68 for (
const auto& new_row: new_rows)
69 this->insertRow(new_row);
The common class for the tabular database tables.
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities
virtual void insertRows(const DBVector< DBVector< std::string > > &new_rows)
insert new rows at the end of the database
virtual void insertRows(Matrix< DBCell > &&new_rows)=0
insert a set of new DBRows at the end of the database