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

Method column_text

extensions/sqlite/SQLiteConnection.h:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 std::string column_text(int col) {
155 return std::string(reinterpret_cast<const char *>(sqlite3_column_text(stmt_, col)));
156 }
157
158 uint64_t column_int64(int col) {
159 return sqlite3_column_int64(stmt_, col);

Callers 2

SQLiteTests.cppFile · 0.80
onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected