Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
unsigned int SqResults::GetFieldCount()
69
{
70
return m_ColCount;
71
}
72
73
const char *SqResults::FieldNumToName(unsigned int columnId)
74
{
Callers
3
SQL_GetFieldCount
Function · 0.45
SQL_IsFieldNull
Function · 0.45
SQL_FetchSize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected