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

Method getConnection

extensions/sql/services/ODBCConnector.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace controllers {
35
36std::unique_ptr<sql::Connection> ODBCService::getConnection() const {
37 return std::unique_ptr<sql::Connection>(new ODBCConnection(connection_string_));
38}
39
40} /* namespace controllers */
41} /* namespace sql */

Callers 1

onTriggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected