Aktualizr
C++ SOTA Client
|
Protected Member Functions | |
SQLite3Guard | dbConnection () const |
bool | dbInsertBackMigrations (SQLite3Guard &db, int version_latest) |
Protected Attributes | |
boost::filesystem::path | sqldb_path_ |
bool | readonly_ {false} |
StorageLock | lock |
std::shared_ptr< std::mutex > | mutex_ |
const std::vector< std::string > | schema_migrations_ |
std::vector< std::string > | schema_rollback_migrations_ |
const std::string | current_schema_ |
const int | current_schema_version_ |
Definition at line 33 of file sqlstorage_base.h.