| 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; |
no outgoing calls
no test coverage detected