Transaction Control Functions
Go Up to Function Categories
The following table summarizes the InterBase API functions available for controlling transactions in an application:
| Function name | Purpose |
|---|---|
|
Commit a transaction, and start a new one using the original transaction context. | |
|
Save the database changes of a transaction, and end the transaction. | |
|
Execute the first phase of a two-phase commit. | |
|
Execute the second phase of a two-phase commit. | |
|
Undo the database changes of a transaction, and end the transaction. | |
|
Undo changes made by a transaction and retain the transaction context after the rollback. | |
|
Begin new transactions (used on systems that do not support a variable number of input arguments). | |
|
Begin new transactions. | |
|
Request information about a specified transaction. |