MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / commit

Method commit

extensions/sql/data/DatabaseConnectors.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void commit() {
71 session_.commit();
72 }
73
74 void rollback() {
75 session_.rollback();

Callers 8

processOnTriggerMethod · 0.45
processOnTriggerMethod · 0.45
onFrameMethod · 0.45
commitAndSaveBookmarkMethod · 0.45
processQueueMethod · 0.45
onTriggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected