Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ column_name
Method
column_name
extensions/sqlite/SQLiteConnection.h:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
std::string column_name(int col) {
187
return std::string(sqlite3_column_name(stmt_, col));
188
}
189
190
int column_count() {
191
return sqlite3_column_count(stmt_);
Callers
1
onTrigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected