Construct a batch connected to the given database.
Synopsis
Declared in <wallet/sqlite.h>
explicit
SQLiteBatch(SQLiteDatabase& database);
Parameters
Name |
Description |
database |
The SQLite database this batch operates on. |
Created with MrDocs