End the current transaction scope. Application code should ensure that every method that calls begin also invokes end using a try/finally pattern described in above.
This method implicitly rolls back any pending, uncommitted updates. Updates are committed only if the commit method completes successfully.
| |
| |