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

Method DoSimpleQueryEx

extensions/sqlite/driver/SqDatabase.cpp:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool SqDatabase::DoSimpleQueryEx(const char *query, size_t len)
143{
144 IQuery *pQuery = DoQueryEx(query, len);
145 if (!pQuery)
146 {
147 return false;
148 }
149 pQuery->Destroy();
150 return true;
151}
152
153IQuery *SqDatabase::DoQueryEx(const char *query, size_t len)
154{

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected