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

RAII helper for SAVEPOINT/RELEASE/ROLLBACK statements and snapshot utilities. More...

#include <string>
#include <string_view>
Include dependency graph for savepoint.hpp:

Go to the source code of this file.

Classes

struct  sqlite::v2::savepoint
 this is a helper class to handle transaction savepoints within SQLite More...

Namespaces

namespace  sqlite
namespace  sqlite::v2

Detailed Description

RAII helper for SAVEPOINT/RELEASE/ROLLBACK statements and snapshot utilities.

The sqlite::savepoint class manages named savepoints on a connection and optionally works with sqlite::snapshot objects to checkpoint or restore PRAGMA wal checkpoints.

Definition in file savepoint.hpp.