| 87 | } |
| 88 | |
| 89 | void InsertDatasetByRow::run() { |
| 90 | for (auto& table : tables) { |
| 91 | auto query = table->getLoadFromQuery(); |
| 92 | validateQuery(connection, query); |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | std::string InsertDatasetByRow::TableInfo::getHeaderForLoad() const { |
| 97 | std::vector<std::string> strVec; |