MCPcopy Create free account
hub / github.com/SOCI/soci / get_example_connection_string

Method get_example_connection_string

tests/odbc/test-odbc-postgresql.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 std::string get_example_connection_string() const override
169 {
170 return "FILEDSN=./test-postgresql.dsn";
171 }
172
173 std::string get_backend_name() const override
174 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected