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

Method status

lib/pgsql_shim/pgsqlinterface.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 ConnStatusType status(const PGconn *conn) const override
101 {
102 return PQstatus(conn);
103 }
104};
105
106PgsqlInterface *create_pgsql_shim()

Callers 1

ReconnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected