API Reference > Classes > OdBmTransaction Class
OdBmTransaction Class
Syntax
C++
class OdBmTransaction;

BmTransaction.h

Destructor for OdBmTransaction. 
Constructor for OdBmTransaction.
 
 
Commits the current transaction. 
Checks if the element is already in a database.
 
Checks if the element is already in a database.
 
Returns the database. 
Returns the database. 
Adds a new element to a transaction.
 
Adds a new element to a transaction.
 
id 
Returns the id of a transaction. 
Notify transaction, that element with id is going to be added.
 
Rolls back a transaction. (Transaction has to be meaningful) 
Marks the element with given id as updated in the transation.
 
Marks the element with given id as updated in the transation.
 
Starts a transaction. 
Returns the current status of a transaction. 
Checks if an update is required for an element with a given id.
 
Checks if an update is required for an element with given id.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.