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

Method bindText

src/sqlite3_utils.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void bindText(const char *txt) {
97 sqlite3_bind_text(hStmt, iBindIdx, txt, -1, nullptr);
98 iBindIdx++;
99 }
100
101 void bindInt64(sqlite3_int64 v) {
102 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