transaction rollback的意思|示意

美 / / 英 / /

事务回滚


transaction rollback的网络常见释义

事务回滚 ... 不允许空值(NULL VALUE NOT ALLOWED) 事务回滚(TRANSACTION ROLLBACK) 违反事务完整性约束(TRANSACTION INTEGRITY CONSTRAINT VIOLATION) ...

交易回复 ... 简单复原模式 simple recovery model 交易回复 transaction rollback 金钥复原 key recovery ...

transaction rollback相关短语

1、 rollback transaction 回滚事务 ; 事务回滚 ; 或回滚事务 ; 于事务回滚的语句是

2、 rollback a transaction 回滚事务

transaction rollback相关例句

Otherwise the transaction is going to be aborted by ROLLBACK.

否则,该事务就将被ROLLBACK中止。

Then we rollback this transaction.

然后我们回滚这个事务。

Unfortunately, the effect of this characteristic is that a lower-level method that isn't the transaction owner might perform a rollback on exception.

遗憾的是,此特性的效果是,作为非事务拥有者的较低级方法可以对异常执行回滚。

When the execution is false, transaction compensation instead of the inefficient transaction rollback is used to remedy it.

当执行出错时,执行相应的补偿事务以修正执行的结果,从而避免低效的事务回滚。

As you can see from Listing 4, if an exception is thrown in either of the update methods, it is the client layer method's responsibility to do the necessary transaction rollback.

从清单4中可以看到,如果任何一个更新方法抛出异常,则客户端层方法将负责执行必要的事务回滚。

One solution would be to have a small application that joins the open transaction branch within the engine that advises the engine to commit or rollback the open transaction.

一种解决方案是用一个小型应用程序连接引擎中打开的事务分支,并通知引擎提交或回滚这一打开的事务。