Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ getisnull
Method
getisnull
lib/pgsql_shim/pgsqlinterface.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
int getisnull(const PGresult *res, int tup_num, int field_num) const override
51
{
52
return PQgetisnull(res, tup_num, field_num);
53
}
54
55
char *getvalue(const PGresult *res, int tup_num, int field_num) const override
56
{
Callers
1
FetchRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected