MCPcopy Create free account
hub / github.com/SapphireServer/Sapphire / commitTransaction

Method commitTransaction

src/common/Database/DbConnection.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void Sapphire::Db::DbConnection::commitTransaction()
104{
105 m_pConnection->commitTransaction();
106}
107
108bool Sapphire::Db::DbConnection::execute( const std::string& sql )
109{

Callers 1

performActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected