MCPcopy Create free account
hub / github.com/OSGeo/PROJ / bindNull

Method bindNull

src/sqlite3_utils.hpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 int execute() { return sqlite3_step(hStmt); }
90
91 void bindNull() {
92 sqlite3_bind_null(hStmt, iBindIdx);
93 iBindIdx++;
94 }
95
96 void bindText(const char *txt) {
97 sqlite3_bind_text(hStmt, iBindIdx, txt, -1, nullptr);

Callers 5

update_linked_chunksMethod · 0.80
insertMethod · 0.80
proj_download_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected