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

Class dut_libpq

postgres.hh:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58struct 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected