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

Method get_example_connection_string

tests/oracle/test-oracle.cpp:1569–1572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1567 test_context() = default;
1568
1569 std::string get_example_connection_string() const override
1570 {
1571 return "service=orcl user=scott password=tiger";
1572 }
1573
1574 bool start_testing() override
1575 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected