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

Method column_count

extensions/sqlite/SQLiteConnection.h:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 int column_count() {
191 return sqlite3_column_count(stmt_);
192 }
193
194 void reset() {
195 sqlite3_reset(stmt_);

Callers 1

onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected