网站首页  词典首页

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

 

单词 begin transaction
释义

begin transaction

  • 网络开始事务;事务开始;开始一个事务
1.
开始事务
SQL事务(transaction) ... 回滚: ROLLBACK TRANSACTION 开始事务BEGIN TRANSACTION 提交事务: COMMIT TR…
blog.knowsky.com
2.
事务开始
事务 由事务开始(begin transaction)和事务结束(end transaction)之间执行的全体操作组成。 例如:在关系数据库中,一个事务 …
wenku.baidu.com
3.
开始一个事务
如何存储过... ... COMMIT TRANSACTION-- 操作成功,确认所作修改 BEGIN TRANSACTION-- 开始一个事务 ROLLBACK TR…
wenda.tianya.cn
4.
标记一个事务的起始点
Delphi数据库开发SQLite内... ... 排行 Ranklist BEGIN TRANSACTION 标记一个事务的起始点。 END TRANSACTION 标记一 …
www.wgbcw.com
5.
本地事务的起始点
...sqlite3_open()函数,并且标记一个显式本地事务的起始点BEGIN TRANSACTION)来保证以独占的方式得到文件的内容. …
hemeicun.blog.163.com
6.
启动事务
存储过程里面的回滚操作... ... commit transaction-- 提交事务 begin transaction-- 启动事务 rollback transaction-- 回滚事务 ...
bbs.csdn.net

例句

释义:
1.
Must be the name from the outermost BEGIN TRANSACTION statement.
必须是最外面的BEGINTRANSACTION语句中的名称。
msdn2.microsoft.com
2.
When nesting transactions, this same statement rolls back all inner transactions to the outermost BEGIN TRANSACTION statement.
嵌套事务时,该语句将所有内层事务回滚到最外面的BEGINTRANSACTION语句。
msdn2.microsoft.com
3.
BEGIN TRANSACTION represents a point at which the data referenced by a connection is logically and physically consistent.
BEGINTRANSACTION代表一点,由连接引用的数据在该点逻辑和物理上都一致的。
msdn2.microsoft.com
4.
Transaction_name specifies a transaction name assigned by a previous BEGIN TRANSACTION.
transaction_name指定由前面的BEGINTRANSACTION分配的事务名称。
technet.microsoft.com
5.
However, if BEGIN TRANSACTION is executed after the COMMIT TRANSACTION, the error does not occur.
但是,如果在COMMITTRANSACTION之后执行BEGINTRANSACTION,则不会出现此错误。
technet.microsoft.com
6.
Internally you can create explicit transactions using the SQL BEGIN TRANSACTION, COMMIT TRANSACTION, or ROLLBACK TRANSACTION statements.
使用SQLBEGINTRANSACTION、COMMITTRANSACTION或ROLLBACKTRANSACTION语句,您可以从内部创建显式事务。
msdn2.microsoft.com
7.
To insert marks into the transaction logs, use the BEGIN TRANSACTION statement and the WITH MARK [description] clause.
若要将标记插入到事务日志中,请使用BEGINTRANSACTION语句和WITHMARK[description]子句。
msdn2.microsoft.com
8.
BEGIN TRANSACTION starts a local transaction for the connection issuing the statement.
BEGINTRANSACTION为发出本语句的连接启动一个本地事务。
msdn2.microsoft.com
9.
Explicitly start a transaction through an API function or by issuing the Transact-SQL BEGIN TRANSACTION statement.
通过API函数或通过发出Transact-SQLBEGINTRANSACTION语句来显式启动事务。
msdn2.microsoft.com
10.
It is important to understand that a BEGIN TRANSACTION statement issued in the trigger is actually beginning a nested transaction.
了解在触发器中发出BEGINTRANSACTION语句实际上是开始了一个嵌套事务这一点很重要。
msdn2.microsoft.com
1.
When executed inside a transaction, the BEGIN TRANSACTION statement increases the nesting level of transactions by one.
在事务内部执行时,BEGINTRANSACTION语句将事务嵌套级别增加一级。
www.ianywhere.com
2.
The Snapshot Transactions object counter responds when the first data access occurs, not when the BEGIN TRANSACTION statement is issued.
SnapshotTransactions对象计数器在进行第一次数据访问时响应,而不是在发出BEGINTRANSACTION语句时响应。
msdn2.microsoft.com
3.
To create a marked transaction, use the BEGIN TRANSACTION statement and the WITH MARK [description] clause.
若要创建标记事务,请使用BEGINTRANSACTION语句和WITHMARK[description]子句。
msdn2.microsoft.com
4.
A transaction starts at the BEGIN TRANSACTION statement.
一个事务从执行BEGINTRANSACTION语句开始。
msdn2.microsoft.com
5.
For example, the name of both the transaction and the mark that is created in the following BEGIN TRANSACTION statement is Tx1
例如,在以下BEGINTRANSACTION语句中创建的事务和标记的名称均为Tx1
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/7 10:30:12