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

Method bindInt64

src/sqlite3_utils.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void bindInt64(sqlite3_int64 v) {
102 sqlite3_bind_int64(hStmt, iBindIdx, v);
103 iBindIdx++;
104 }
105
106 void bindBlob(const void *blob, size_t blob_size) {
107 sqlite3_bind_blob(hStmt, iBindIdx, blob, static_cast<int>(blob_size),

Callers 11

checkConsistencyMethod · 0.80
get_linksMethod · 0.80
update_linked_chunksMethod · 0.80
move_to_headMethod · 0.80
move_to_tailMethod · 0.80
insertMethod · 0.80
getMethod · 0.80
proj_is_download_neededFunction · 0.80
proj_download_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected