MCPcopy 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

checkConsistencyMethod · 0.45
get_linksMethod · 0.45
update_linked_chunksMethod · 0.45
move_to_headMethod · 0.45
move_to_tailMethod · 0.45
insertMethod · 0.45
getMethod · 0.45
tryGetMethod · 0.45
proj_is_download_neededFunction · 0.45
proj_download_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected