Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | SQLiteBatch |
RAII class that provides access to a WalletDatabase. More... | |
class | SQLiteDatabase |
An instance of this class represents one SQLite3 database. More... | |
Functions | |
bool | ExistsSQLiteDatabase (const fs::path &path) |
std::unique_ptr< SQLiteDatabase > | MakeSQLiteDatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error) |
std::string | SQLiteDatabaseVersion () |
bool ExistsSQLiteDatabase | ( | const fs::path & | path | ) |
Definition at line 602 of file sqlite.cpp.
std::unique_ptr< SQLiteDatabase > MakeSQLiteDatabase | ( | const fs::path & | path, |
const DatabaseOptions & | options, | ||
DatabaseStatus & | status, | ||
bilingual_str & | error | ||
) |
std::string SQLiteDatabaseVersion | ( | ) |