1 #ifndef _TRANSACTIONIF_HH_
2 #define _TRANSACTIONIF_HH_
48 #include "raslib/error.hh"
55 void begin(
DatabaseIf* currBase,
bool readOnly =
false)
throw ( r_Error );
62 void commit()
throw ( r_Error );
88 void begin(
bool readOnly =
false )
throw ( r_Error );
Definition: databaseif.hh:66
DatabaseIf * getDatabaseIf()
Definition: transactionif.hh:52
void begin(DatabaseIf *currBase, bool readOnly=false)