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

Method GetInsertID

extensions/sqlite/driver/SqQuery.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198unsigned int SqQuery::GetInsertID()
199{
200 return m_InsertID;
201}
202
203

Callers 2

SQL_GetInsertIdFunction · 0.45
BindParamsAndRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected