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