Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.80
onTrigger
Method · 0.80
onTrigger
Method · 0.80
Calls
1
SQLiteStatement
Class · 0.85
Tested by
no test coverage detected