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

Method quote_name

postgres.hh:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected