Support for recursive transactions.
More...
#include <include/boost/sqlite/vtable.hpp>
|
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
|
|
Support for recursive transactions.
Definition at line 524 of file vtable.hpp.
The documentation for this struct was generated from the following file: