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

Method dut_libpq

postgres.cc:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352dut_libpq::dut_libpq(std::string conninfo)
353 : conninfo_(conninfo)
354{
355 connect(conninfo);
356}
357
358void dut_libpq::command(const std::string &stmt)
359{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected