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

Method prepare

extensions/sqlite/SQLiteConnection.h:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 SQLiteStatement prepare(const std::string sql) {
250 return SQLiteStatement(db_, sql);
251 }
252
253 std::string errormsg() {
254 return sqlite3_errmsg(db_);

Callers 3

SQLiteTests.cppFile · 0.80
onTriggerMethod · 0.80
onTriggerMethod · 0.80

Calls 1

SQLiteStatementClass · 0.85

Tested by

no test coverage detected