22 #include <odb/database.hxx> 51 Savepoint(odb::database &db,
const std::string &name);
This is the header file for a generated source file, GitSHA1.cpp.
void release()
Release the Savepoint if it wasn't released already, otherwise does nothing.
bool rollback_to()
Rollback to the Savepoint, unless the Savepoint was already released.
Provide a lightweight abstraction around the SAVEPOINT SQL concept.
Savepoint(odb::database &db)
Construct a Savepoint with a random name.