The public members of the TADCustomTransaction 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. |
|
Method |
Description |
|
Permanently stores modifications to the data made in the current transaction, and optionally ends the current transactions. | |
|
Permanently stores modifications to the data made in the current transaction, without ending the current transaction. | |
|
Cancels all modifications to the data made in the current transaction and optionally ends transaction. | |
|
Cancels all modifications to the data made in the current transaction, without ending the current transaction. | |
|
Starts new transaction at database. |
|
Property |
Description |
|
Indicates whether a database transaction is in progress or not. | |
|
Specifies the connection component that actually forms the connection to the DBMS. | |
|
Returns the number of datasets associated with this transaction. | |
|
Returns the dataset associated with this transaction by it index. | |
|
The set of options controlling transactions behaviour. | |
|
Returns IADPhysTransaction interface. |
|
What do you think about this topic? Send feedback!
|