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

Method GetError

extensions/sqlite/driver/SqQuery.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184const char *SqQuery::GetError(int *errCode/* =NULL */)
185{
186 if (errCode)
187 {
188 *errCode = m_LastErrorCode;
189 }
190 return m_LastError.c_str();
191}
192
193unsigned int SqQuery::GetAffectedRows()
194{

Callers 5

RunThreadPartMethod · 0.45
SQL_GetErrorFunction · 0.45
SetDbErrorMethod · 0.45
RunThreadPartMethod · 0.45
DatabaseConnectMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected