scclib-sqlite
Stable Cloud Computing Sqlite Library
|
Database transaction. More...
#include <sqld.h>
Public Member Functions | |
Trans (Conn &) | |
void | begin () |
BEGIN the transaction. More... | |
void | commit () |
COMMIT the transaction. More... | |
void | abort () |
ROLLBACK (abort) the transaction. More... | |
bool | is_active () const |
Is this transaction active? | |
Database transaction.
An active transaction will be aborted when the object is destroyed.
void Trans::abort | ( | ) |
void Trans::begin | ( | ) |
void Trans::commit | ( | ) |