Bitcoin Core 28.99.0
P2P Digital Currency
Classes | Namespaces | Typedefs | Functions
migrate.h File Reference
#include <wallet/db.h>
#include <optional>
Include dependency graph for migrate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wallet::BerkeleyRODatabase
 A class representing a BerkeleyDB file from which we can only read records. More...
 
class  wallet::BerkeleyROCursor
 
class  wallet::BerkeleyROBatch
 RAII class that provides access to a BerkeleyRODatabase. More...
 

Namespaces

namespace  wallet
 

Typedefs

using wallet::BerkeleyROData = std::map< SerializeData, SerializeData, std::less<> >
 

Functions

std::unique_ptr< BerkeleyRODatabase > wallet::MakeBerkeleyRODatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error)
 Return object giving access to Berkeley Read Only database at specified path. More...