Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/PROJ
/ execute
Method
execute
src/sqlite3_utils.hpp:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
~SQLiteStatement() { sqlite3_finalize(hStmt); }
88
89
int execute() { return sqlite3_step(hStmt); }
90
91
void bindNull() {
92
sqlite3_bind_null(hStmt, iBindIdx);
Callers
15
checkConsistency
Method · 0.45
get_links
Method · 0.45
update_links_of_prev_and_next_links
Method · 0.45
update_linked_chunks
Method · 0.45
update_linked_chunks_head_tail
Method · 0.45
move_to_head
Method · 0.45
move_to_tail
Method · 0.45
insert
Method · 0.45
get
Method · 0.45
tryGet
Method · 0.45
proj_is_download_needed
Function · 0.45
proj_download_file
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected