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

Group of functions to support transactions. More...

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

Public Member Functions

virtual result< void > begin ()=0
 Begin a tranasction.
 
virtual result< void > commit ()=0
 commit the transaction
 
virtual result< void > rollback ()=0
 rollback the transaction
 
virtual result< void > sync ()=0
 synchronize the state
 

Detailed Description

Group of functions to support transactions.

Definition at line 493 of file vtable.hpp.


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