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

Function sql_bind_int

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

Source from the content-addressed store, hash-verified

89}
90
91void sql_bind_int(sqlite3* db, sqlite3_stmt* stmt, const char* name, int value)
92{
93 sqlCheck(db,
94 sqlite3_bind_int(
95 stmt, sqlite3_bind_parameter_index(stmt, name), value));
96}
97
98void sql_bind_string(
99 sqlite3* db, sqlite3_stmt* stmt, const char* name, const char* value)

Callers 1

sqlReadFluxBytesFunction · 0.85

Calls 1

sqlCheckFunction · 0.85

Tested by

no test coverage detected