IDAIBTransactionAccess
Overview
This interface extends a generic IDAConnection with options specific to Interbase and Firebird transactions.
Location
- Unit: uDAIBInterfaces.pas
- Ancestry: IDAIBTransactionAccess
Properties
Transaction
Provides to currently active the Interbase transaction object. The actual implementation of this object depends on the underlying driver type; please refer to the driver libraries documentation for more details. This property returns a TObject reference that can be cast to the appropriate transaction object such as TIBTransaction for IBX.
property Transaction: TObject read
Required Methods
Commit safecall
Commits transaction
procedure Commit
CommitRetaining safecall
Calls CommitRetaining
procedure CommitRetaining
Rollback safecall
Rollback the transaction
procedure Rollback
RollbackRetaining safecall
Performs rollback retaining the transaction
procedure RollbackRetaining