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

Method execute

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

Source from the content-addressed store, hash-verified

80 ~SQLiteStatement() { sqlite3_finalize(hStmt); }
81
82 int execute() { return sqlite3_step(hStmt); }
83
84 void bindNull() {
85 sqlite3_bind_null(hStmt, iBindIdx);

Callers 14

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