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

Method onEnable

extensions/sql/services/DatabaseService.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void DatabaseService::onEnable() {
57 getProperty(ConnectionString.getName(), connection_string_);
58}
59
60void DatabaseService::initializeProperties() {
61 setSupportedProperties({ ConnectionString });

Callers 3

mainFunction · 0.45
getControllerServiceFunction · 0.45
setSecurityContextMethod · 0.45

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected