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

Method commit

src/backends/oracle/session.cpp:370–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void oracle_session_backend::commit()
371{
372 sword res = OCITransCommit(svchp_, errhp_, OCI_DEFAULT);
373 if (res != OCI_SUCCESS)
374 {
375 throw oracle_soci_error(res, errhp_);
376 }
377}
378
379void oracle_session_backend::rollback()
380{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected