• Environments with high update transaction rates may require more page cleaners to be configured.

    具有更新事务环境下可能需要配置较多的清除程序

    youdao

  • Environments with high update transaction rates might require more page cleaners to be configured.

    具有较高事务更新环境可能需要配置更多页面清洗器

    youdao

  • This support allows you to write a generic update procedure that can be used for any update transaction, regardless of the columns being updated.

    这个支持允许编写一个用于任何更新事务通用更新过程而不管正在更新哪些列

    youdao

  • This transaction can only be called successful if both SQL statements were able to update the table successfully.

    只有在条 SQL语句能够成功更新情况下,事务会得到成功调用

    youdao

  • Whenever an application needs to access or update the data in a transactional resource, it should (and usually must) use a transaction to do so.

    应用程序需要访问更新事务资源中的数据时,应该(通常是必须)使用事务进行该项工作。

    youdao

  • To carry this task out reliably, the sender needs to send the message and update its record of the transmission in a single transaction.

    为了能够可靠地执行这个任务发送需要一个单独事务中发送消息以及更新传输纪录

    youdao

  • Accessing the database using both JDBC and EJB2 CMP can cause data synchronization issues when update and query are performed together within one transaction.

    如果同时使用JDBCEJB2CMP访问数据库,那么当在一个事务同时执行更新查询时会发生数据同步问题

    youdao

  • Unless you cannot avoid processing the incoming messages and database update in a single unit of work, consider using local transaction for performance reasons.

    除非不能避免单个工作单元处理收到消息数据库升级,否则因为性能原因要考虑局部事务处理

    youdao

  • Whenever an application has a single function that needs to access or update the data in multiple transactional resources, it should use a distributed transaction.

    应用程序一个单独功能需要访问更新多个事务资源中的数据时,应该使用分布式事务。

    youdao

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

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

    youdao

  • For example, a J2EE transaction could be set to retrieve a message from a JMS provider, extract data from that message, and then attempt to update the database.

    例如可以建立J2EE事务一个JMS提供者那里获取一条消息,从消息中提取数据尝试更新数据库

    youdao

  • If you are constantly reversing your database update operations, your system will slow down and probably perform more slowly overall than if you were to use one of the other transaction strategies.

    如果经常反转数据库更新操作系统速度会减慢而且与使用其他事务策略相比,这个策略可能会导致整体性能下降。

    youdao

  • For the example, it is not the SELECT statement that caused the problematic lock, but the UPDATE statement executed just before the SELECT statement in the same transaction.

    例如不是select语句造成产生问题update语句恰好同一事务中在select语句执行

    youdao

  • In standard JDBC code without auto-commit, the application USES a connection to access and update data, then commits the connection to end the transaction (and start another).

    没有自动提交标准JDBC代码中,应用程序使用连接访问更新数据然后提交连接结束这个事务(启动另一个事务)。

    youdao

  • Optimistic transaction locking should not be used to update sets of rows in a single update statement, as error handling in this case is very difficult.

    乐观事务不能用于单个update语句中更新数据行集合因此这种情况下很难进行错误处理

    youdao

  • The corresponding error message is returned for the UPDATE statement in the victim transaction, as shown in Listing 19.

    出错事务update语句返回相应错误信息如清单19

    youdao

  • 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可以看到如果任何一个更新方法抛出异常客户方法负责执行必要事务回滚。

    youdao

  • For example, a stored procedure could update some DB2 UDB data, execute a CICS transaction, and be assured that if any of these operations was to fail, the entire transaction would be rolled back.

    例如存储过程可以更新某些DB 2udb数据并执行CICS事务如果这些操作任何一个失败,则整个事务

    youdao

  • A way to avoid this is to be more optimistic and believe that it is unlikely that another transaction would want to update the same entity at the same time.

    避免问题的方法变得乐观些认为其它事务并不期望同一时刻更新同一实体

    youdao

  • This is an infrequently used operation within a short-lived transaction, and there is no reason to take the risk of the update failing.

    时间事务很少使用操作因为此操作导致更新失败的风险

    youdao

  • For example, a query service is often simpler and requires less quality of service (for example, security or transaction reliability) than an update service.

    例如查询服务通常简单且更新服务需要服务功能(例如,安全事务可靠性)。

    youdao

  • The current task or transaction userid needs UPDATE access to the alternate user profile that protects the alternate userid, in order to be authorized to use it.

    当前任务事务userid需要保护替代userid替代用户配置文件UPDATE访问权权限,以便获得使用它的授权

    youdao

  • The transaction so far consists of an UPDATE command giving each employee a two percent raise.

    到目前为止这个事务包含一个UPDATE命令,该命令将每个员工的工资提高2%。

    youdao

  • The lower-level technique involves starting the transaction at the lowest possible layer in the architecture while still being able to maintain atomicity and isolation of the update operations.

    低级(lower - level)技巧涉及体系结构尽可能启动事务同时仍然能够更新操作原子性隔离

    youdao

  • It doesn't do the actual update until the implicit transaction is committed, however, using the commit method on the ObjectContainer.

    但是使用ObjectContainercommit方法提交显式事务之前不会进行实际更新

    youdao

  • It will also invoke the callback function response to confirm the update when the transaction completes.

    事务完成调用函数response确认更新

    youdao

  • Using this WebLogic extension makes it impossible for another transaction to read or update data while the first transaction is running.

    使用WebLogic扩展会使第一事务正在运行时,另一个事务读取更新数据成为可能

    youdao

  • Once the update is completed, the table is unlocked and this transaction is logged with logger().

    一旦更新完成解锁这个使用logger()记录这个事务

    youdao

  • Once the update is completed, the table is unlocked and this transaction is logged with logger().

    一旦更新完成解锁这个使用logger()记录这个事务

    youdao

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

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

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