wallet::SQLiteBatch::SetExecHandler

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

NameDescription
handlerThe new statement execution handler to use.