[#wallet-SQLiteBatch-2constructor] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::SQLiteBatch :relfileprefix: ../../ :mrdocs: Construct a batch connected to the given database. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SQLiteBatch(xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]& database); ---- == Parameters [cols="1,4"] |=== | Name| Description | *database* | The SQLite database this batch operates on. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#