| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected