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

Method bindText

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

Source from the content-addressed store, hash-verified

87 }
88
89 void bindText(const char *txt) {
90 sqlite3_bind_text(hStmt, iBindIdx, txt, -1, nullptr);
91 iBindIdx++;
92 }
93
94 void bindInt64(sqlite3_int64 v) {
95 sqlite3_bind_int64(hStmt, iBindIdx, v);

Callers 5

insertMethod · 0.80
getMethod · 0.80
tryGetMethod · 0.80
proj_is_download_neededFunction · 0.80
proj_download_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected