MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetFieldCount

Method GetFieldCount

extensions/sqlite/driver/SqResults.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68unsigned int SqResults::GetFieldCount()
69{
70 return m_ColCount;
71}
72
73const char *SqResults::FieldNumToName(unsigned int columnId)
74{

Callers 3

SQL_GetFieldCountFunction · 0.45
SQL_IsFieldNullFunction · 0.45
SQL_FetchSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected