| 53 | long id; |
| 54 | std::shared_ptr<pqxx::connection> c; |
| 55 | pqxx_logger(std::string target, std::string conninfo, struct schema &s); |
| 56 | virtual void generated(prod &query); |
| 57 | virtual void error(prod &query, const dut::failure &e); |
| 58 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected