|
VSQLite++ 0.3
|
RAII helper for SAVEPOINT/RELEASE/ROLLBACK statements and snapshot utilities. More...
#include <string>#include <string_view>
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 |
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.