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

Method DoSimpleQueryEx

extensions/pgsql/pgsql/PgDatabase.cpp:266–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool PgDatabase::DoSimpleQueryEx(const char *query, size_t len)
267{
268 IQuery *pQuery = DoQueryEx(query, len);
269 if (!pQuery)
270 {
271 return false;
272 }
273 pQuery->Destroy();
274 return true;
275}
276
277IQuery *PgDatabase::DoQueryEx(const char *query, size_t len)
278{

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected