| 50 | }; |
| 51 | |
| 52 | struct dut_pqxx : dut_base { |
| 53 | pqxx::connection c; |
| 54 | virtual void test(const std::string &stmt); |
| 55 | dut_pqxx(std::string conninfo); |
| 56 | }; |
| 57 | |
| 58 | struct dut_libpq : dut_base { |
| 59 | PGconn *conn = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected