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

Method commit

src/backends/postgresql/session.cpp:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void postgresql_session_backend::commit()
391{
392 hard_exec(*this, conn_, "COMMIT", "Cannot commit transaction.");
393}
394
395void postgresql_session_backend::rollback()
396{

Callers

nothing calls this directly

Calls 1

hard_execFunction · 0.70

Tested by

no test coverage detected