Replace the handler used to execute SQL statements for this batch.
Synopsis
Declared in <wallet/sqlite.h>
void
SetExecHandler(std::unique_ptr<SQliteExecHandler>&& handler);
Parameters
Name |
Description |
handler |
The new statement execution handler to use. |
Created with MrDocs