|
VSQLite++ 0.3
|
Declares the sqlite::backup helper that drives SQLite's incremental backup API. More...
#include <sqlite/connection.hpp>
Go to the source code of this file.
Classes | |
| struct | sqlite::v2::backup |
| backup is a class for representing SQLite backup operations An object of this class is not copyable More... | |
Namespaces | |
| namespace | sqlite |
| namespace | sqlite::v2 |
Declares the sqlite::backup helper that drives SQLite's incremental backup API.
The wrapper exposes a minimal RAII interface for copying database pages between two sqlite::connection instances, allowing applications to checkpoint or snapshot data without dropping down to the raw sqlite3_backup C primitives.
Definition in file backup.hpp.