The procedure sets a savepoint named neworder.
该过程设置了一个名为 neworder 的保存点。
Table 3: Configuration Settings for the NewOrder event group.
表3:neworder事件组的配置设置值。
If there is an error, the program rolls back the transaction to the neworder savepoint.
如果出现错误的话,程序将把事务回滚到neworder保存点。
This rollback undoes all the operations that were performed after the neworder savepoint was set.
这个回滚将撤销在设置 neworder 保存点之后执行的所有操作。
If the available quantity from the stock table for the requested item is less than the quantity ordered, the transaction rolls back to the neworder savepoint.
如果所请求商品在stock表中的可用数量小于订购的数量,那么事务将回滚到neworder保存点。
If the available quantity from the stock table for the requested item is less than the quantity ordered, the transaction rolls back to the neworder savepoint.
如果所请求商品在stock表中的可用数量小于订购的数量,那么事务将回滚到neworder保存点。
应用推荐