网站首页  词典首页

请输入您要查询的英文单词:

 

单词 local transaction
释义

local transaction

美 
英 
  • un.局部事务;本地事务
  • 网络本地交易;本地端交易;本地交往
un.
1.
局部事务
2.
本地事务

例句

释义:
1.
A transaction considered to be a local transaction when it is a single - phase transaction and is handled by the database directly .
事务如果是单阶段事务,并且由数据库直接处理,则属于本地事务。
www.bing.com
2.
With this option set on, a remote stored procedure call causes a local transaction to be promoted to a distributed transaction.
启用本选项后,远程存储过程调用会使一个本地事务被提升为分布式事务。
technet.microsoft.com
3.
The propagation is considered to be a push model where the local transaction is pushed to the destination.
该传播被认为是将本地事务推送到目标的推模型。
msdn2.microsoft.com
4.
When ON, a Transact-SQL distributed transaction is started when a remote stored procedure is executed from a local transaction.
设置为ON时,从本地事务执行远程存储过程时将启动Transact-SQL分布式事务。
technet.microsoft.com
5.
When REMOTE_PROC_TRANSACTIONS is OFF, remote stored procedure calls are not made part of a local transaction.
当REMOTE_PROC_TRANSACTIONS为OFF时,远程存储过程调用不能成为本地事务的一部分。
technet.microsoft.com
6.
When OFF, calling remote stored procedures from a local transaction does not start a Transact-SQL distributed transaction.
设置为OFF时,从本地事务调用远程存储过程将不启动Transact-SQL分布式事务。
technet.microsoft.com
7.
The instance manages the distributed transaction internally; to the user, it operates as a local transaction.
该实例对分布式事务进行内部管理;对于用户而言,其操作就像本地事务一样。
technet.microsoft.com
8.
The resource adapter provides access to a remote IBM Cloudscape database with local transaction support.
该资源适配器提供对具有本地事务支持的远程IBMCloudscape数据库的访问。
www.ibm.com
9.
Depending on the scope of the implementation, a JCA adapter can support no transaction, local transaction, or XA transaction.
根据实现的范围,一个JCA适配器可以不支持事务,也可以支持本地事务,或XA事务。
www-128.ibm.com
10.
The resource adapter provides access to a remote Derby database with local transaction support.
该资源适配器提供对带有本地事务支持的远程Derby数据库的访问。
www-128.ibm.com
1.
Messages can be retrieved from a local transaction queue with or without using a transaction.
可以在使用或不使用事务的情况下从本地事务队列中检索消息。
msdn2.microsoft.com
2.
The security demand affects the code that initiated the escalation, not necessarily the code that originally created the local transaction.
安全要求会影响启动升级的代码,但不一定会影响最初创建本地事务的代码。
msdn2.microsoft.com
3.
You can perform these updates within the scope of a single local transaction.
可以在本地事务的范围内执行这些更新。
www.ibm.com
4.
The work done by the remote procedure is not rolled back if the local transaction is rolled back.
如果回滚本地事务,将不回滚由远程过程所完成的工作。
technet.microsoft.com
5.
At the application, a distributed transaction is managed much the same as a local transaction.
对于应用程序而言,管理分布式事务很像管理本地事务。
msdn2.microsoft.com
6.
Local (Default): Component will execute in the context of a local transaction.
Local(缺省值):组件将在本地事务的上下文中执行。
www.ibm.com
7.
Calls to remote stored procedures execute outside the scope of a local transaction if REMOTE_PROC_TRANSACTIONS is set to OFF.
如果将REMOTE_PROC_TRANSACTIONS设置为OFF,则对远程存储过程的调用将在本地事务的作用域之外执行。
technet.microsoft.com
8.
The current implementation of Encina Connector only supports a local transaction management contract.
当前的Encina连接器的实现仅支持本地事务管理合约。
www.ibm.com
9.
If a global transaction is not present, the component will execute in the context of a local transaction.
如果不存在全局事务,则组件将在本地事务的上下文中执行。
www-128.ibm.com
10.
Otherwise, the runtime environment will establish a local transaction environment.
负责运行时环境将建立在一个本地事务环境中。
www.ibm.com
1.
The resource adaptor provides access to an embedded Derby database with local transaction support.
该资源适配器提供对带有本地事务支持的嵌入式Derby数据库的访问。
www-128.ibm.com
2.
The resource adaptor provides access to a Microsoft SQL 2000 server database with local transaction support.
该资源适配器提供对具有本地事务支持的MicrosoftSQL2000服务器数据库的访问。
www.ibm.com
3.
The following example performs a local transaction that consists of two separate statements in the try block.
以下实例执行try块中包含的两个独立语句的本地事务。
msdn2.microsoft.com
4.
The following example performs a local transaction consisting of two separate statements in the.
块中包含两个独立语句的本地事务。
msdn2.microsoft.com
5.
BEGIN TRANSACTION starts a local transaction for the connection issuing the statement.
BEGINTRANSACTION为发出本语句的连接启动一个本地事务。
msdn2.microsoft.com
6.
Encina notifies the J2EE application server of the local transaction-related events; namely, begin, commit, and rollback.
Encina通知J2EE应用程序服务器本地事务的相关事件,即开始(begin)、提交(commit)和回滚(rollback)。
www.ibm.com
7.
False (default): Component will execute in the context of the existing global transaction (if present) or a local transaction.
False(缺省值):组件将在现有的全局事务(如果存在)或本地事务的上下文中执行。
www.ibm.com
8.
Rolls back the local transaction and enlists in the existing distributed transaction as requested.
将回滚该本地事务并按照请求在现有分布式事务中登记。
msdn2.microsoft.com
9.
The model for controlling a distributed transaction in OLE DB is similar to controlling a local transaction.
控制OLEDB中的分布式事务的方法与控制本地事务的方法相似。
msdn2.microsoft.com
10.
Notice the absence of the resource local transaction calls because the transactionality is now container-managed.
注意到资源本地事务调用的存在,因为事务现在是容器管理的。
www.ibm.com
1.
Method to start the local transaction and get a transaction object.
方法启动本地事务,并获得事务对象。
msdn2.microsoft.com
2.
What is the difference between a local transaction and an XA transaction on the Application Server level?
在ApplicationServer级别上本地事务与XA事务的不同点是什么?
www-128.ibm.com
3.
If an activity session is not present, the component will execute in the context of the existing unit of work scope or a local transaction.
如果不存在活动会话,则组件会在现有的工作范围单元或本地事务的上下文中执行。
www-128.ibm.com
4.
The implication of only local transaction support is that only a flat transaction model (one-phase commit) is supported.
仅本地事务支持的含义是仅支持单调事务模式(提交的一个阶段)。
www.ibm.com
5.
It provides an extended unit-of-work scope beyond the method boundary for local transaction based resource managers.
它在基于资源管理器的本地事务的边界方法之外提供了一个扩展的工作单元作用域。
www.ibm.com
6.
You cannot mix local transaction with XA transactions in WebSphere.
您不可以在WebSphere中将本地事务与XA事务混合。
www.ibm.com
7.
An LTC boundary is different from the Resource Manager Local Transaction (RMLT), which is a resource's view of a local transaction.
LTC边界与资源管理器本地事务(ResourceManagerLocalTransaction,RMLT)是有区别的,后者是本地事务的资源视图。
www.ibm.com
8.
The local transaction joins an activity session if one is active.
如果一个活动会话是活动的,本地事务加入其中。
www.ibm.com
9.
Can I mix local transaction and XA transaction in WebSphere?
我是否可以在WebSphere中混合本地事务及XA事务?
www.ibm.com
10.
A local transaction is a unit of work between a WebSphere connection and the resource manager.
本地事务是WebSphere连接与资源管理程序之间的工作单元。
www.ibm.com
1.
The local transaction has aborted.
本地事务失败。
angel.w15.5tom.cn
2.
However, a non-transactional message can be sent or received from a local transaction queue without explicitly using transactional
不过,可以从本地事务队列发送或接收非事务性消息,而不必显式使用事务性
msdn2.microsoft.com
3.
Public Service, Factors Fluxion and Factor's Spatial Distribution: Balance Analysis of Local Transaction Costs
地方公共服务、要素流动与要素空间配置——基于本地交易成本的均衡分析
www.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 13:38:35