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

Method processOnSchedule

extensions/sql/processors/PutSQL.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void PutSQL::processOnSchedule(core::ProcessContext& context) {
76 std::string sqlStatements;
77 context.getProperty(s_sqlStatements.getName(), sqlStatements);
78 sqlStatements_ = utils::StringUtils::split(sqlStatements, ";");
79}
80
81void PutSQL::processOnTrigger(core::ProcessSession& session) {
82 const auto dbSession = connection_->getSession();

Callers 1

onScheduleMethod · 0.45

Calls 2

getPropertyMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected