| 44 | map<string, pg_type*> name2type; |
| 45 | |
| 46 | virtual std::string quote_name(const std::string &id) { |
| 47 | return c.quote_name(id); |
| 48 | } |
| 49 | schema_pqxx(std::string &conninfo, bool no_catalog); |
| 50 | }; |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected