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

Method commit

src/backends/firebird/session.cpp:114–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void firebird_session_backend::commit()
115{
116 ISC_STATUS stat[ISC_STATUS_LENGTH];
117
118 if (trhp_ != 0)
119 {
120 if (isc_commit_transaction(stat, &trhp_))
121 {
122 throw_iscerror(stat);
123 }
124
125 trhp_ = 0;
126 }
127}
128
129void firebird_session_backend::rollback()
130{

Callers

nothing calls this directly

Calls 1

throw_iscerrorFunction · 0.85

Tested by

no test coverage detected