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

Method Destroy

extensions/pgsql/pgsql/PgStatement.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void PgStatement::Destroy()
80{
81 delete this;
82}
83
84bool PgStatement::FetchMoreResults()
85{

Callers 2

DoSimpleQueryMethod · 0.45
DoSimpleQueryExMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected