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

Method get_example_connection_string

tests/empty/test-empty.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 test_context() = default;
150
151 std::string get_example_connection_string() const override
152 {
153 return "connect_string_for_empty_backend";
154 }
155
156 std::string get_backend_name() const override
157 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected