#include <string>#include <map>#include <vector>#include <set>#include <pqxx>Go to the source code of this file.
Functions | |
| void | deleteCluster (pqxx::connection &pgdb, const std::string &clusterid) |
| void | loadClusterIntoDB (pqxx::connection &pgdb, const std::multimap< int, int > &clusters, int &clusterIdCnt) |
| void deleteCluster | ( | pqxx::connection & | pgdb, | |
| const std::string & | clusterid | |||
| ) |
| void loadClusterIntoDB | ( | pqxx::connection & | pgdb, | |
| const std::multimap< int, int > & | clusters, | |||
| int & | clusterIdCnt | |||
| ) |
References work.
1.5.6