MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / sql_bind_string

Function sql_bind_string

tools/upgrade-flux-file.cc:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void sql_bind_string(
99 sqlite3* db, sqlite3_stmt* stmt, const char* name, const char* value)
100{
101 sqlCheck(db,
102 sqlite3_bind_text(stmt,
103 sqlite3_bind_parameter_index(stmt, name),
104 value,
105 -1,
106 SQLITE_TRANSIENT));
107}
108
109std::vector<std::pair<unsigned, unsigned>> sqlFindFlux(sqlite3* db)
110{

Callers 1

sqlReadIntPropertyFunction · 0.85

Calls 1

sqlCheckFunction · 0.85

Tested by

no test coverage detected