Group of functions to support transactions.
More...
#include <include/boost/sqlite/vtable.hpp>
|
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
|
|
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: