MCPcopy Create free account
hub / github.com/SqliteModernCpp/sqlite_modern_cpp / reset

Method reset

hdr/sqlite_modern_cpp.h:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 _inx(other._inx), execution_started(other.execution_started) { }
75
76 void reset() {
77 sqlite3_reset(_stmt.get());
78 sqlite3_clear_bindings(_stmt.get());
79 _inx = 1;
80 used(false);
81 }
82
83 void execute() {
84 int hresult;

Callers 4

get_col_from_dbFunction · 0.80
get_val_from_dbFunction · 0.80
operator++Function · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected