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

Method DoSimpleQuery

extensions/sqlite/driver/SqDatabase.cpp:115–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool SqDatabase::DoSimpleQuery(const char *query)
116{
117 IQuery *pQuery = DoQuery(query);
118 if (!pQuery)
119 {
120 return false;
121 }
122 pQuery->Destroy();
123 return true;
124}
125
126/* this sounds like daiquiri.. i'm tired. */
127IQuery *SqDatabase::DoQuery(const char *query)

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected