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

Method execute

extensions/sql/data/DatabaseConnectors.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void execute(const std::string &statement) {
79 session_ << statement;
80 }
81
82protected:
83 soci::session& session_;

Callers 5

connectedMethod · 0.45
processOnTriggerMethod · 0.45
processOnTriggerMethod · 0.45
processOnTriggerMethod · 0.45
onTriggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected