#include <FBwTransac.h>
Inheritance diagram for fbwrap::FBwTransaction:

Public Types | |
| enum | rw_mode { READ_ONLY_TRANS, READ_WRITE_TRANS } |
| enum representing read write mode of transaction More... | |
Public Methods | |
| FBwTransaction (FBwDb *db) | |
| Constructor. | |
| FBwTransaction (FBwDb *db, rw_mode mode) | |
| Constructor. | |
| bool | IsActive () |
| Tests wether transaction is active. | |
| bool | Start () |
| void | Commit () |
| void | Rollback () |
| ~FBwTransaction () | |
| isc_tr_handle * | GetHandle () |
|
|
enum representing read write mode of transaction
|
|
|
Constructor.
|
|
||||||||||||
|
Constructor.
|
|
|
Method for commiting a transaction |
|
|
Method for Starting a transaction
|
1.2.17