码迷,mamicode.com
首页 > 数据库 > 详细

ABAP术语-Database Rollback

时间:2018-05-30 12:07:47      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:数据库系统   command   database   数据库修改   次数   begin   ati   ade   erro   

原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/24/1051238.html

Operation that cancels any database changes made since the beginning of an LUW (Logical Unit of Work) - that is, since the last database commit - when an error occurs in that LUW. In the R/3 System, a database rollback is triggered automatically, or by the ABAP keyword ROLLBACK WORK, or by the appropriate Native SQL command for the database system.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
当在一个 LUW(Logic Unit of Work)中发生错误时,可以撤销从它开始以后做的任何数据库修改,就是说,从上次数据库提交之后。在 R/3 系统中,数据库回滚自动触发,或者通过 ABAP 关键字 ROLLBACK WORK,或者通过数据库系统的相关 Native SQL 命令。

ABAP术语-Database Rollback

标签:数据库系统   command   database   数据库修改   次数   begin   ati   ade   erro   

原文地址:https://www.cnblogs.com/rena/p/9110057.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!