自动回滚 meaning in English
automatic rollback
Examples
- Autocommit and autorollback in update
更新中自动提交和自动回滚。 - Rolling back dead transactions as part of smon recovery . this phase is called transaction recovery
Smon自动回滚失败的事务。这个阶段叫事务恢复。 - The automatic rollback only happens if you initiate the transaction via pdo : : begintransaction
只有在通过pdo : : begintransaction ( )启动事务的情况下,才会发生自动回滚。 - If the transaction is aborted or the connection is closed before the transaction has completed , it is automatically rolled back
如果在事务完成之前事务中止或连接关闭,事务将自动回滚。 - After set xact abort on is executed , any run - time statement error causes an automatic rollback of the current transaction
在执行set xact _ abort on语句后,任何运行时语句错误都将导致自动回滚当前事务。