VSQLite++ 0.3
Loading...
Searching...
No Matches
backup.hpp File Reference

Declares the sqlite::backup helper that drives SQLite's incremental backup API. More...

Include dependency graph for backup.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

Detailed Description

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.