[#wallet-BerkeleyROBatch-2constructor-0c] = xref:wallet.adoc[wallet]::xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch]::BerkeleyROBatch :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/migrate.h>` Copy construction is disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/BerkeleyROBatch/2constructor-066.adoc[BerkeleyROBatch](xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch] const& other) = delete; ---- [.small]#xref:wallet/BerkeleyROBatch/2constructor-066.adoc[_» more..._]# Construct a batch that reads from the given database. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:wallet/BerkeleyROBatch/2constructor-065.adoc[BerkeleyROBatch](xref:wallet/BerkeleyRODatabase.adoc[BerkeleyRODatabase] const& database); ---- [.small]#xref:wallet/BerkeleyROBatch/2constructor-065.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The batch that would be copied from. | *database* | The read‐only database this batch reads from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#