MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / mysql_num_fields

Function mysql_num_fields

sql-common/client.c:4637–4640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4635}
4636
4637unsigned int STDCALL mysql_num_fields(MYSQL_RES *res)
4638{
4639 return res->field_count;
4640}
4641
4642uint STDCALL mysql_errno(MYSQL *mysql)
4643{

Callers 4

is_this_tableFunction · 0.85
get_key_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected