Commit or rollback changes after executing the procedure or function.
在执行过程或函数后提交或回滚修改。
Although the new order cannot be entered, the new customer addition still passes with the procedure execution, and is rolled back with the final rollback to savepoint in the main transaction.
尽管不能输入新的订单,但是添加新客户的操作仍然通过了过程执行,并且通过在主事务中最后的保存点回滚完成了回滚。
The remote procedure referenced by the federated procedure must not issue a COMMIT or a ROLLBACK statement.
联邦过程所引用的远程过程不能发出COMMIT或rollback语句。
The DROPSCHEMA procedure is under transaction control and does not perform commit or rollback on its own.
DROPSCHEMA 过程在事务控制下执行,它自己不执行提交或回退。
Since you cannot enforce this restriction, data inconsistencies may occur if the remote procedure has a COMMIT or ROLLBACK statement (see the Transaction issues with call statements section below).
因为不能强制实施这一限制,如果远程过程有COMMIT或rollback语句,就可能发生数据不一致(见下面的call语句的事务问题一节)。
The procedure rolls back to its newcustomer savepoint ending up retaining the new customer that was added after the procedure execution, but this is also rolled back with the ROLLBACK statement.
清单8.1中的过程回滚到其newcustomer保存点,但是仍然保留在过程执行后添加的新客户,但是在清单8.2中也使用了rollback语句执行了回滚。
By default, a rollback is issued after the procedure or function is executed from the IBM Explorer.
默认情况下,在从IBM Explorer执行过程或函数之后,会发出一个回滚。
After the quantity check, the procedure tries to fetch next from the cursor, but if the rollback occurred, this causes an error because the rollback closed the cursor.
检查完数量后,过程将尝试从指针中获取下一个订单,但是如果发生了回滚,将会产生一个错误,因为回滚关闭了指针。
Commit or rollback the changes after executing the procedure or function.
执行过程或函数后提交或回滚更改。
Commit or rollback the changes after executing the procedure or function.
执行过程或函数后提交或回滚更改。
应用推荐