| 56 | }; |
| 57 | |
| 58 | struct dut_libpq : dut_base { |
| 59 | PGconn *conn = 0; |
| 60 | std::string conninfo_; |
| 61 | virtual void test(const std::string &stmt); |
| 62 | void command(const std::string &stmt); |
| 63 | void connect(std::string &conninfo); |
| 64 | dut_libpq(std::string conninfo); |
| 65 | }; |
| 66 | |
| 67 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected