Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void DatabaseService::onEnable() {
57
getProperty(ConnectionString.getName(), connection_string_);
58
}
59
60
void DatabaseService::initializeProperties() {
61
setSupportedProperties({ ConnectionString });
Callers
3
main
Function · 0.45
getControllerService
Function · 0.45
setSecurityContext
Method · 0.45
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected