MCPcopy Create free account
hub / github.com/anse1/sqlsmith / dut_pqxx

Class dut_pqxx

postgres.hh:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected