• When the script ends or when a connection is about to be closed, if you have an outstanding transaction, PDO will automatically roll it back.

    脚本结束时,或者连接即将关闭时如果未完成事务那么 PDO自动事务。

    youdao

  • An application program defines the start and end of a global transaction, accesses resources within transaction boundaries, and usually decides whether to commit or roll back each transaction.

    应用程序全局事务开始结束进行了定义,在事务界限获取资源并且通常决定是否提交每个事务。

    youdao

  • If the transaction in one resource commits successfully but another fails and must roll back, the first transaction can no longer be rolled back, so the state of the application becomes inconsistent.

    如果资源中的事务成功提交另一个资源中的事务提交失败必须那么第一个事务不再将使应用程序状态不一致。

    youdao

  • Phase 2, commit: If all of the resources are ready, they all commit — after which the old data is deleted and the transaction can no longer roll back.

    第2阶段提交如果所有资源准备就绪全部进行提交——数据删除事务不再滚之后进行

    youdao

  • In the second case, where the MCA has acted on the COMMIT but could not deliver the response code, there is no transaction to roll back.

    第二情况下MCACOMMIT采取了行动,但是未能传输响应代码,因此将存在事务

    youdao

  • Stateless services are unaware of transactional state; therefore they cannot be requested to "roll-back" a set of changes if a transaction fails.

    无状态服务意识不到事务状态因此如果事务失败时不能请求它们回滚变更

    youdao

  • If either the database update or the MQ enqueuing fails, then the entire transaction should roll back.

    无论是数据库更新或是MQ 队列产生错误,整个事务取消

    youdao

  • Then, roll back all the transaction IDs that are in the "prepared" phase

    然后准备阶段中的所有事务ID

    youdao

  • If any of the changes cannot be committed, the transaction will roll back, undoing all of the changes as if the transaction never took place.

    如果有任何变更不能提交,则事务(roll back),并取消所有变更,恢复事务从没有发生之前的状态。

    youdao

  • This means that, if the failed flag has been set because a message has not been received, we can roll back the transaction and return all of the other messages in the group back to the queue.

    意味着如果由于尚未接收到消息已经设置failed标志可以回滚事务中的所有其他消息返回队列。

    youdao

  • Once all the updates are performed you can invoke the commit method to commit the transaction, or the rollback method to roll back the transaction. Listing 5 illustrates this technique.

    执行了所有更新之后可以调用commit方法提交事务或者调用rollback方法来回事务。

    youdao

  • In a write transaction, all changes must either all commit or all roll back.

    事务中,所有变更必须全部提交或者全部滚。

    youdao

  • If the code performing the actions decides not to commit or cannot commit successfully, then it must roll back the transaction to undo the actions.

    如果代码执行操作决定进行提交或者不能成功提交,那么必须事务取消这些操作。

    youdao

  • The transaction manager manages global transactions and coordinates the decision to commit them or roll them back, thus ensuring their atomicity.

    事务管理器管理全局事务协调进行提交决定从而确保它们的原子性。

    youdao

  • For demonstration purposes, the transfer operation is modified to roll back the transaction whenever the transfer amount is an even number.

    出于演示的目的我们将转帐操作修改每当转帐金额偶数时就事务

    youdao

  • More important, when should the transaction roll back the work?

    重要的是事务何时工作

    youdao

  • Either commit or roll back your transaction before resubmitting the request.

    在重新提交请求之前要提交事务

    youdao

  • Only the transaction owner can roll back the transaction.

    只有事务所有者才能事务。

    youdao

  • This causes the transaction to complete (commit or roll back) faster than in the API Layer transaction strategy.

    结果是,事务api事务策略中更快地完成(提交滚)。

    youdao

  • Not only will Client a receive an exception if it tries to roll back the transaction, but Client a cannot take corrective action because the transaction has already been marked for rollback.

    客户机a尝试事务时,不仅收到一个异常而且客户机a还不能采取纠正操作因为事务已经标记回滚。

    youdao

  • In this case, the RM generally does most of the work to commit or roll back the transaction.

    这种情况下RM通常执行提交事务所需大部分工作

    youdao

  • The only methods in the entire application architecture that start, commit, and roll back a transaction are public methods contained in API layer's domain classes.

    整个应用程序架构用于启动提交事务惟一方法就是api类中包含公共方法。

    youdao

  • For user and server processes, PMON will release the locks held by users, roll back every uncommitted transaction, and release any resources this process is using.

    而对于用户服务器进程PMON释放用户持有每个未提交事件,释放进程正在使用所有资源

    youdao

  • The developer must specify where and when to roll back a transaction when a checked exception occurs.

    开发人员必须指定出现异常在何处以及何时事务

    youdao

  • If an application crashes in the middle of a transaction, when it restarts, transaction recovery will roll back the open transaction.

    如果事务进行期间应用程序崩溃,则在重启时,事务恢复事务。

    youdao

  • If the corresponding spatial row does not exist, there is simply nothing to delete; this condition is not an exception that causes a transaction to roll back.

    如果对应空间存在那么删除任何东西;这种情况不是异常,不会导致事务退。

    youdao

  • When you roll back the transaction in Listing 2, the message received is restored in the queue bookorder and the row will also be removed from shipping_tab.

    清单2中的事务时,接收到的消息恢复到队列bookorder中,一行从shipping _ tab中删除。

    youdao

  • The container will not automatically roll back a transaction on a checked exception when you use the Declarative Transaction model.

    使用DeclarativeTransaction 模型容器不会针对检测到的异常自动事务

    youdao

  • Transaction manager while sitting on client side, initiate the transaction and coordinates with all the processes that participate in a distributed transaction to commit or roll back.

    事务管理客户端设置的,它负责启动事务,并且协调所有参与分布式中的进程,是提交或者是回

    youdao

  • Directories generally do not support complicated transaction or roll-back schemes found in database management systems designed for handling high-volume complex updates.

    目录通常支持数据库管理系统处理大量复杂更新而设计的并发事务或者机制。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定