网站首页  词典首页

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

 

单词 current transaction
释义

current transaction

美 
英 
  • un.流动交易
  • 网络当前交易;目前异动;现行交易
un.
1.
流动交易

例句

释义:
1.
When used, it specifies that this is meant to be a unique savepoint within the scope of the current transaction.
在使用时,它表示该保存点是当前事务范围内惟一的保存点。
www.ibm.com
2.
At this point, the row updates aren't permanently written to the database; that doesn't happen until the current transaction is committed.
此时,行更新不是被永久写入到数据库中;直到提交当前事务才永久写入。
www.ibm.com
3.
All data modifications made to that point in the current transaction are rolled back, including any that were made by the trigger.
当前事务中该时间点之前所做的所有数据修改都将回滚,包括触发器所做的修改。
msdn2.microsoft.com
4.
If the MATCH keyword is omitted, the backup copy of the log will have the same name as the current transaction log for the database.
如果省略了关键字MATCH,日志的备份副本的名称将与数据库的当前事务日志同名。
www.ianywhere.com
5.
When instantiated, it could store the current Transaction into a thread-static field.
实例化后,它会将当前的Transaction存储到线程静态字段中。
www.cnblogs.com
6.
This prevents other transactions from modifying any rows that have been read by the current transaction.
这样可以防止其他事务修改当前事务读取的任何行。
msdn2.microsoft.com
7.
Log roll works by periodically closing the current transaction log file and creating the next generation.
日志回滚的工作是通过定期关闭当前的事务日志文件并创建下一代日志文件来完成的。
technet.microsoft.com
8.
Or, if the optional svpt1 identifier is not used, rollback happens to the last savepoint specified in the current transaction.
或者,如果没有使用可选的svpt1标识符,将对当前事务中指定的最近的一个保存点执行回滚。
www.ibm.com
9.
These locks are held until the end of the current transaction for both cursors and independent SELECT statements.
对于游标和独立的SELECT语句,这些锁都会保持到当前事务结束。
msdn2.microsoft.com
10.
Notice that there is no code in this example to enlist the JDBC connections in the current transaction -- the container does this for us.
注意,这个示例中没有征用当前事务中JDBC连接的代码―容器会为我们完成这个任务。
www.ibm.com
1.
The current transaction of the victim is rolled back and deadlock error message 1205 is returned to the client.
此牺牲品的当前事务将回滚,且死锁错误消息1205返回客户端。
msdn2.microsoft.com
2.
Fair value is an asset's purchase or sale price in a current transaction between willing parties.
展览会价值是资产的购买或售卖在乐意的宴会之间的一个现在的交易价格。
iask.sina.com.cn
3.
If the current transaction is in an uncommittable state, the transaction is rolled back before executing uspLogError.
如果当前事务处于无法提交状态,则在执行uspLogError之前回滚该事务。
msdn2.microsoft.com
4.
No other transactions can modify data that has been read by the current transaction until the current transaction completes.
任何其他事务都不能在当前事务完成之前修改由当前事务读取的数据。
msdn2.microsoft.com
5.
Other transactions can insert new rows that match the search conditions of statements issued by the current transaction.
其他事务可以插入与当前事务所发出语句的搜索条件相匹配的新行。
msdn2.microsoft.com
6.
The Accountant would prefer to avoid such surprises in future, so he raises the isolation level of his current transaction to level 3.
会计希望在将来避免这种奇异的事情发生,因此他将其当前事务的隔离级别提高到级别3。
www.ianywhere.com
7.
After SET XACT_ABORT ON is executed, any run-time statement error causes an automatic rollback of the current transaction.
在执行SETXACT_ABORTON语句后,任何运行时语句错误都将导致自动回滚当前事务。
technet.microsoft.com
8.
The table lock prevents conflicting DDL operations that would override data changes in a current transaction.
表锁防止有冲突(可能覆盖数据的更新操作)的DDl操作。
blog.sina.com.cn
9.
However, the updates are generally visible within the current transaction.
但是,在当前事务中,更新通常都是可见的。
www.ibm.com
10.
For withdrawals, we enter the current transaction as a negative number so the balance gets smaller.
对于提款,我们输入一个负数作为当前的交易,以使余额变小。一个基本的分类帐如下所示。
ooo.pingju.org
1.
when true , the pooler automatically enlists the connection in the creation threads current transaction context.
时,池程序在创建线程的当前事务上下文中自动登记连接。
www.ichacha.net
2.
However, we can also rollback the current transaction, resetting the state of our database to the last commit point.
不过,我们也可以回滚当前事务,从而把数据库恢复到事务保存前的状态。
wiki.redsaga.com
3.
This will indicate not to commit the current transaction after the activity completes.
这将指示不在该活动完成后提交当前事务。
www.ibm.com
4.
These locking hints override the current transaction isolation level for the session.
这些锁提示覆盖会话的当前事务隔离级别。
msdn2.microsoft.com
5.
Any existing previous logs are deleted, while transactions in the current transaction log file are marked as obsolete.
将删除任何现有的以前日志,同时将当前事务日志文件中的事务标记为已过时。
technet.microsoft.com
6.
New transactions eventually overwrite the obsolete entries in the current transaction log before a new log file is created.
在创建新的日志文件之前,新的事务最终会覆盖当前事务日志中已过时的条目。
technet.microsoft.com
7.
Previous log files reside in the same directories as the current transaction log file.
前面的日志文件与当前事务日志文件均驻留在同一个目录中。
technet.microsoft.com
8.
When this occurs, any uncommitted changes to the database are lost and the current transaction is rolled back.
出现这种情况时,所有未提交的数据库更改都将丢失,当前事务将回滚。
msdn2.microsoft.com
9.
Locks associated with the current transaction are released when the transaction commits or rolls back.
当事务提交或回滚时,将释放与当前事务相关联的锁。
msdn2.microsoft.com
10.
Amazingly, resources accessed by remote object B will still be enlisted in the current transaction.
令人吃惊的是,远程对象B访问的资源仍将在当前事务中被征用。
www.ibm.com
1.
The lock will be held until the end of the current transaction.
该锁一直保持到当前事务结束时为止。
www.ianywhere.com
2.
This tells the server to commit the current transaction after this activity completes.
这告诉服务器在此活动完成后提交当前事务。
www.ibm.com
3.
If asked, the context votes to abort the current transaction, and the object is deactivated on method return.
如有需要,上下文决定中止当前事务,并且在方法返回时停用该对象。
msdn2.microsoft.com
4.
Locks placed on a resource are associated with either the current transaction or the current session.
对资源设置的锁与当前事务或当前会话相关联。
msdn2.microsoft.com
5.
The following example releases the lock associated with the current transaction on the resource Form1 in the AdventureWorks database.
以下示例释放与AdventureWorks数据库中资源Form1的当前事务关联的锁。
msdn2.microsoft.com
6.
True if the current transaction is marked for rollback, false otherwise.
如果当前事务被标记为回滚,
www.5inet.net
7.
That represents the current transaction context.
表示当前事务上下文的。
msdn2.microsoft.com
8.
Gets the description of the current transaction.
获取当前事务的说明。
msdn2.microsoft.com
9.
ESE uses reserved transaction log files only to complete a current transaction process.
ESE使用保留事务日志文件只是为了完成当前事务过程。
technet.microsoft.com
10.
A previous statement has caused query notifications to fire under the current transaction.
上一语句导致在当前事务下激发了查询通知。
msdn2.microsoft.com
1.
A description of the current transaction.
当前事务的说明。
msdn2.microsoft.com
2.
Token that describes the current transaction.
用于说明当前事务的标记。
msdn2.microsoft.com
3.
An object that represents the current transaction.
表示当前事务的对象。
msdn2.microsoft.com
4.
That describes the current transaction.
描述当前事务的。
msdn2.microsoft.com
5.
One common option is to specify that the information is used only for the current transaction, for example in the case of a Web order.
一种常见的选择是仅允许在当前交易中使用这些信息,比如说在一次Web订购中。
www.ibm.com
6.
Mark the current transaction for rollback.
将当前事务标记为回滚。
941xz.com
7.
Stores objects in the current transaction.
在当前事务中存储对象。
msdn2.microsoft.com
8.
Name of the current transaction code.
当前事务码的名称。
www.023java.com
9.
Specifies whether SQL Server automatically rolls back the current transaction when a Transact-SQL statement raises a run-time error.
指定当Transact-SQL语句出现运行时错误时,SQLServer是否自动回滚到当前事务。
msdn2.microsoft.com
10.
The EventSubClass column indicates if a new transaction will be started after the current transaction is committed.
EventSubClass列指示在提交当前事务后是否启动新事务。
msdn2.microsoft.com
1.
In SQL Server 2005, only cursors that are opened within the current transaction are closed at transaction commit time.
在SQLServer2005中,只有在当前事务中打开的游标才会在提交事务时关闭。
msdn2.microsoft.com
2.
That is a copy of the current transaction object.
作为当前事务对象的副本的。
msdn2.microsoft.com
3.
The current transaction based with extra top-ups has to change.
目前额外收费的交易方式需要改变。
www.bing.com
4.
The Database Engine skips past the rows or pages instead of blocking the current transaction until the locks are released.
数据库引擎跳过这些行或页,而不是在释放锁之前阻塞当前事务。
msdn2.microsoft.com
5.
Method, you can create a named or unnamed savepoint within the current transaction, and the method will return a
方法,可以在当前事务中创建命名的或未命名的保存点,并且该方法将返回
msdn2.microsoft.com
6.
It also attempts to escalate all locks held by the current transaction on
中持有的所有锁。它还会尝试升级当前事务在
msdn2.microsoft.com
7.
Cancels any changes in the current transaction and ends the transaction
取消所有对当前处理的变更和程序的终止
wangzhanfuwu.cn
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/17 0:55:14