MCPcopy Create free account
hub / github.com/Kitware/VTK / bindNull

Method bindNull

ThirdParty/libproj/vtklibproj/src/sqlite3_utils.hpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 int execute() { return sqlite3_step(hStmt); }
83
84 void bindNull() {
85 sqlite3_bind_null(hStmt, iBindIdx);
86 iBindIdx++;
87 }
88
89 void bindText(const char *txt) {
90 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