MCPcopy Create free account
hub / github.com/SOCI/soci / commit

Method commit

src/backends/mysql/session.cpp:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void mysql_session_backend::commit()
555{
556 hard_exec(conn_, "COMMIT");
557}
558
559void mysql_session_backend::rollback()
560{

Callers

nothing calls this directly

Calls 1

hard_execFunction · 0.70

Tested by

no test coverage detected