savepoint

保存点

常用释义

词性释义

保存点
例句
  • 全部
  • 保存点
1·You can use all of the savepoint statements within stored procedures.
您可以在存储过程中使用所有保存点语句。
2·Any reference to a released savepoint is invalid and results in an error.
引用已释放的保存点是无效的,并导致一个错误。
3·Procedure calls can be nested or recursive, but the scope of a savepoint is restricted to the execution of the stored procedure in which it is defined.
过程调用可以是嵌套的或递归的,但是保存点的范围被限制为定义它的存储过程的执行。
4·In the case of an error, the transaction logic can specify that the transaction rollback to a savepoint.
在发生错误的情况下,事务逻辑可以指定该事务回滚到某个保存点。
5·The number of requests for a storage engine to place a savepoint.
存储引擎放置一个保存点的请求数。
网络释义

保存点

保存点保存点Savepoint)是 iSeries 移植过程中常常碰到的难以模拟的另一项功能。现在,在 V5R2 iSeries 中,您可以利用 …

回滚点

两段式提交就是分布式提交,是需要设备回滚点SAVEPOINT)的。每个回滚点的回滚方式类似于一个自治事务,有自己的回 …

设置保存点

On the way » Oracle PL/SQL 3 days ... check 约束: savepoint 设置保存点 UPDATE 修改字段值: ...

储存点

储存点 (Savepoint) 提供回复部份交易的机制。您可以使用 SAVE TRANSACTION savepoint_name 陈述式来建立储存点。

标记事务中可以回滚的点

oracle命令大全(转) - shengel - 博客园 ... COMMIT - 提交并结束事务处理 SAVEPOINT标记事务中可以回滚的点 GRANT …

保存点以标识回滚位置

...savepoint](ROLLBACK)   设置保存点以标识回滚位置(SAVEPOINT)   设置事务的属性(SET TRANSACTION)  会话控制语句[sess…

设置保存点以标识回滚位置

... 将事务对数据的修改永久地保存到数据库( COMMIT) 设置保存点以标识回滚位置SAVEPOINT) 设置事务的属性( SE…
更新时间:2025-04-25 13:05