boost_sqlite 1
A sqlite C++ library
Loading...
Searching...
No Matches
boost::sqlite::vtab::recursive_transaction Struct Referenceabstract

Support for recursive transactions. More...

#include <include/boost/sqlite/vtable.hpp>

Public Member Functions

virtual result< void > release (int i)=0
 Release all saves states down to i
 
virtual result< void > rollback_to (int i)=0
 Roll the transaction back to i.
 
virtual result< void > savepoint (int i)=0
 Save the current state with to i
 

Detailed Description

Support for recursive transactions.

Definition at line 524 of file vtable.hpp.


The documentation for this struct was generated from the following file: