DataSource :: rollBack - Rollback modifications made in the transaction
In order to cancel (reset) all modifications made in a transaction rollBack may be called.
Implementation details
DataSource  :: rollBack (  )
The data source transaction is stopped without storing modifications to the database. Rollback a data source transaction will rollback all subsequent object space transactions that are still running, regardless on their nesting level.

