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

Method commit

src/core/session.cpp:369–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369void session::commit()
370{
371 ensureConnected(backEnd_);
372
373 backEnd_->commit();
374}
375
376void session::rollback()
377{

Callers 15

soci_commitFunction · 0.45
test-oracle.cppFile · 0.45
test-firebird.cppFile · 0.45
TableCreator1Method · 0.45
TableCreator2Method · 0.45
TableCreator3Method · 0.45
TableCreator4Method · 0.45
TableCreatorCLOBMethod · 0.45
TableCreatorBLOBMethod · 0.45
TableCreatorXMLMethod · 0.45
on_after_ddlMethod · 0.45
test-db2.cppFile · 0.45

Calls 1

ensureConnectedFunction · 0.85

Tested by 10

TableCreator1Method · 0.36
TableCreator2Method · 0.36
TableCreator3Method · 0.36
TableCreator4Method · 0.36
TableCreatorCLOBMethod · 0.36
TableCreatorBLOBMethod · 0.36
TableCreatorXMLMethod · 0.36
on_after_ddlMethod · 0.36
pk_table_creatorMethod · 0.36