Constructors

Synopses

Declared in <wallet/migrate.h>

Copy construction is disabled.

BerkeleyROBatch(BerkeleyROBatch const& other) = delete;

Construct a batch that reads from the given database.

explicit
BerkeleyROBatch(BerkeleyRODatabase const& database);

Parameters

Name

Description

other

The batch that would be copied from.

database

The read‐only database this batch reads from.

Created with MrDocs