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

Method GetDb

extensions/sqlite/driver/SqDatabase.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232sqlite3 *SqDatabase::GetDb()
233{
234 return m_sq3;
235}
236
237bool SqDatabase::SetCharacterSet(const char *characterset)
238{

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected