Transactions
interface Transactions
Simple interface with rollback() and commit()
The Andromeda transaction model is that there is always a global commit or rollback at the end of the request. A rollback may follow a bad commit. There will NEVER be a rollback followed by a commit. There may be > 1 commit.
Methods
Details
at line 67
rollback()
No description
at line 67
commit()
No description