#include "loadpgdb.h"#include <sstream>#include <iostream>Functions | |
| void | deleteCluster (pqxx::connection &pgdb, const string &clusterid) |
| void | loadClusterIntoDB (pqxx::connection &pgdb, const multimap< int, int > &clusters, int &clusterIdCnt) |
| void deleteCluster | ( | pqxx::connection & | pgdb, | |
| const string & | clusterid | |||
| ) |
| void loadClusterIntoDB | ( | pqxx::connection & | pgdb, | |
| const multimap< int, int > & | clusters, | |||
| int & | clusterIdCnt | |||
| ) |
References work.
1.5.6