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

Method ExecuteSQL

extensions/sqlite/ExecuteSQL.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34class ExecuteSQL : public core::Processor {
35 public:
36 explicit ExecuteSQL(const std::string &name, utils::Identifier uuid = utils::Identifier())
37 : Processor(name, uuid),
38 logger_(logging::LoggerFactory<ExecuteSQL>::getLogger()) {
39 }
40
41 static core::Property ConnectionURL;
42 static core::Property SQLStatement;

Callers

nothing calls this directly

Calls 1

IdentifierClass · 0.85

Tested by

no test coverage detected