rasdaman complete source
|
#include <transactionif.hh>
Public Member Functions | |
void | begin (DatabaseIf *currBase, bool readOnly=false) throw ( r_Error ) |
void | commit () throw ( r_Error ) |
void | abort () |
DatabaseIf * | getDatabaseIf () |
void TransactionIf::abort | ( | ) |
void TransactionIf::begin | ( | DatabaseIf * | currBase, |
bool | readOnly = false |
||
) | |||
throw | ( | r_Error | |
) |
void TransactionIf::commit | ( | ) | ||
throw | ( | r_Error | ||
) |
DatabaseIf* TransactionIf::getDatabaseIf | ( | ) |