diff --git a/GeoModelIO/GeoModelDBManager/GeoModelDBManager/GMDBManager.h b/GeoModelIO/GeoModelDBManager/GeoModelDBManager/GMDBManager.h index 1c33537c08a0df247f2dd075ca644c032fe21ce0..404eab0f6ab6cce06240cd0f1e8099e7cc9cb9fb 100644 --- a/GeoModelIO/GeoModelDBManager/GeoModelDBManager/GMDBManager.h +++ b/GeoModelIO/GeoModelDBManager/GeoModelDBManager/GMDBManager.h @@ -308,7 +308,7 @@ class GMDBManager { std::unordered_map<unsigned int, std::string> getAll_TableIDsNodeTypes(); std::unordered_map<std::string, unsigned int> getAll_NodeTypesTableIDs(); - std::vector<std::vector<std::string>> getTableRecords(const std::string_view tableName) const; + std::vector<std::vector<std::string>> getTableRecords_String(const std::string_view tableName) const; DBRowEntry getTableRecords_VecData(const std::string_view tableName) const; DBRowsList getTableRecords_VecVecData(const std::string_view tableName) const; @@ -405,8 +405,6 @@ class GMDBManager { int getTableColIndex(const std::string &tableName, const std::string &colName); - bool storeRootVolume(const unsigned int &id, const std::string &nodeType); - std::string m_dbpath; bool m_debug;