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

Method ExecuteSQL

extensions/sql/processors/ExecuteSQL.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67static const std::string ResultRowCount = "executesql.row.count";
68
69ExecuteSQL::ExecuteSQL(const std::string& name, utils::Identifier uuid)
70 : SQLProcessor(name, uuid), max_rows_(0) {
71}
72
73ExecuteSQL::~ExecuteSQL() = default;
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected