ROLLBACK
Syntax
ROLLBACK ([<Logical datasource name>])
Description
Reverses all modifications that have been done to the database since the previous executed commit and closes all open queries.
Diagram
Returned value type
None
Parameters
| Parameter | Description |
|---|---|
| <Logical datasource name> | Specifies the database the rollback should be performed on. When not specified the rollback will be performed on the application database. |
Remarks
File transactions will not be rolled back with this command.
Examples
rollback ()
rollback ('remote_db')