The published members of the TADTransaction class are listed here.
|
Event |
Description |
|
Fires after transaction is committed. The AfterCommit event fires after the Commit method is executed and the transaction is committed. In case of a nested transaction in AfterCommit event handler the transaction is not yet finished, but nesting level is decremented. | |
|
Fires after transaction is rolled back. | |
|
Fires after transaction is started. | |
|
Fires before transaction will be committed. | |
|
Fires before transaction will be rolled back. | |
|
Fires before transaction will be started. |
|
Property |
Description |
|
Specifies the connection component that actually forms the connection to the DBMS. | |
|
The set of options controlling transactions behaviour. |
|
What do you think about this topic? Send feedback!
|