Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ resultStatus
Method
resultStatus
lib/pgsql_shim/pgsqlinterface.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
ExecStatusType resultStatus(const PGresult *res) const override
81
{
82
return PQresultStatus(res);
83
}
84
85
int serverVersion(const PGconn *conn) const override
86
{
Callers
1
Query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected