• To start a transaction the application calls begin .

    应用程序调用begin开始事务

    youdao

  • Start a transaction, get the trade order, then commit the transaction.

    启动一个事务获取交易订单然后提交事务。

    youdao

  • The odd thing about the read-only flag is that you need to start a transaction in order to use it.

    关于只读标志很奇怪的一点使用必须启动一个事务

    youdao

  • IDS does not implicitly start a new transaction for the EXECUTE statement. So, you must start a transaction explicitly.

    IDS不会隐式地execute语句开始一个事务

    youdao

  • First, if a method did not start a transaction, it has no business managing that transaction (for example, marking it for rollback).

    首先如果某个方法没有启动事务那么它需要管理事务(例如,将其标记为回滚)。

    youdao

  • The NotSupported transaction attribute specifies that the method being called will not use or start a transaction, regardless if one is present.

    NotSupported事务属性指定调用方法使用启动事务,无论是否呈现了事务。

    youdao

  • With the API layer transaction strategy, it's not the end of the world if you start a transaction at the client layer during a refactoring effort.

    对于api事务策略重构过程中在客户端层上开始一个事务并不会引起灾难性后果。

    youdao

  • If you chose this approach, the calling component would need to start a transaction prior to calling methods on the EIS facade, or an exception would be raised.

    如果选择这种方法,那么调用组件时需要调用EIS代理方法之前启动事务否则抛出异常

    youdao

  • The CustomerSession bean should start a transaction prior to calling methods on OrderService because the transaction will encompass multiple operations on EIS1.

    CustomerSessionbean应当调用OrderService方法之前启动一个事务因为要由这个事务来包装在EIS1上进行的多个操作

    youdao

  • As I said earlier, one of the biggest restrictions with this transaction strategy is that the client layer must be able to start a transaction and propagate it to the API layer.

    前所这种事务策略最大限制就是客户必须能够开始个事务传播api层。

    youdao

  • LINQ to SQL also supports explicitly setting the transaction on the context, so you could get the connection from the context, open it, start a transaction, and set it on the context.

    LINQ toSQL同样支持显式设置上下文事务所以可以获取上下文的数据库连接,然后打开开启一个事务,在上下文中设置

    youdao

  • Unlike the required attribute, the MANDATORY attribute will not start a transaction if one does not exist, but rather will throw an exception indicating that a transaction is required.

    REQUIRED属性不同,MANDATORY属性不会开始存在事务而是抛出一个异常指示需要事务。

    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

  • The above technique would obviously fail if you were to start a different TCP connection for every request or transaction.

    如果打算每个请求或者事务发起不同TCP连接,那么上述技术明显会失效

    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

  • 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

  • The main purpose of the consumer layer is to gather all the information required to be able to start a business process or transaction.

    使用者主要目的收集所需所有信息以便启动业务流程事务。

    youdao

  • When specified on a service, the intent indicates that the service will run under the caller's global transaction, if one is present, or it will start a new one if no global transaction is present.

    服务指定意图指示服务将调用方全局事务运行(如果全局事务),如果没有全局事务则将启动新的全局事务。

    youdao

  • The current channel is set by the calling program or transaction by issuing a LINK, XCTL, START and pseudo-conversational RETURN with the channel parameter.

    通过发出带有管道参数LINKXCTLSTART会话return,当前管道调用程序事务实现。

    youdao

  • So a blocked worker thread, because it's waiting on a response from some remote service, can't proceed with the current transaction and can't start processing a new transaction either.

    因此由于阻塞工作线程会等待某个远程服务发送的响应,因此无法继续处理当前事务,也无法开始处理事务。

    youdao

  • An XA_OPEN is issued on the start of the new transaction and a connection is established.

    新的事务开始运行时,发出XA_OPEN,建立一个连接

    youdao

  • A new transaction would start when the CreditReporter returned the report and it was added to the information associated with the application.

    CreditReporter返回报告时,一个新的事务处理开始,并且报告加入到与申请相联系信息中。

    youdao

  • You can see in Figure 4 that the XAResource is enlisted in the transaction (that is, receives a start flow) immediately after the connection is obtained.

    4可以看到获得连接XAResource立即征募到了事务中(接收一个开始流程)。

    youdao

  • The two types of J2EE transactions -- container-managed and bean-managed -- differ in how they start and end a transaction.

    两种类型J2EE事务容器管理bean 管理的 ―如何启动结束事务上是不同的。

    youdao

  • When Required is set, a transaction in process will enlist your bean in that transaction, but if no transaction is running, the container will start one for you.

    如果设置了Required过程中的事务事务中征用bean如果没有正在运行的事务,容器启动一个

    youdao

  • After the application has a reference to the UserTransaction object it may start the transaction, as shown in Listing 5.

    应用程序找到UserTransaction对象后,可以开始事务了,如清单5

    youdao

  • The once-per-batch cost to start up a new transaction, dispatch the MDB, and perform transactional cleanup is b.

    启动事务分派mdb执行事务清除的每次批的开销b

    youdao

  • If a transaction is already running, the bean method will join in that transaction or the Spring lightweight transaction manager will start one for you.

    如果事务已经在运行那么bean方法加入事务,否则Spring轻量级事务管理器启动一个事务。

    youdao

  • This setting would ensure that bean methods could join a transaction already in progress or start a new transaction if need be.

    设置可以保证bean方法可以加入已经进行事务中,或者需要时候启动新的事务。

    youdao

  • Without ending the transaction, establish a second database connection in a separate shell and start another transaction.

    不需要结束事务单独shell建立第二个数据库连接开始另一个事务。

    youdao

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

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

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