savepoints

savepoints

 英

  • 网络存储点;嵌套事务

例句

Savepoints are the perfect mechanism to achieve finer granularity of atomicity within a transaction.

保存事务实现粒度原子性最佳方法

The scope of savepoints set inside a stored procedure is restricted to the individual execution of the stored procedure.

存储过程内部设置保存范围限制存储过程执行

Applications using other clients can use savepoints in IDS by sending the savepoint statements directly to the server.

使用其他客户机应用程序可以IDS使用保存点只需保存语句直接送给服务器

Optimistic locking is also supported as well as multiple Transaction Savepoints.

优化机制支持多个事务保存

Savepoints are named markers within a database transaction.

保存数据库事务指定标记

This lets you set, rollback, and release savepoints in a transaction.

允许事务设置回滚释放保存

As described earlier, you set savepoints with the SAVEPOINT statement.

使用SAVEPOINT语句设置保存点

You can use savepoints in applications written with any IDS client API or language.

可以IDS客户机API任何语言编写应用程序使用保存

You probably won't need to use savepoints frequently.

或许不是经常需要使用Savepoint

Listing 8. 2. Sample code using savepoints in stored procedures

清单8.2存储过程使用保存样例代码

Listing 9. 1. Sample code using savepoints in stored procedures

清单9.1存储过程使用保存样例代码

热门查询