MCPcopy Create free account
hub / github.com/Icinga/icinga2 / connectdb

Method connectdb

lib/pgsql_shim/pgsqlinterface.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 PGconn *connectdb(const char *conninfo) const override
96 {
97 return PQconnectdb(conninfo);
98 }
99
100 ConnStatusType status(const PGconn *conn) const override
101 {

Callers 1

ReconnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected