#include <ITransaction.h>
Definition at line 34 of file ITransaction.h.
Public Member Functions | |
virtual FDO_API void | Commit ()=0 |
Commits the transaction. | |
virtual FDO_API FdoIConnection * | GetConnection ()=0 |
Gets the FdoIConnection object associated with the transaction. | |
virtual FDO_API void | Rollback ()=0 |
Rolls back a transaction from a pending state. |