国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

savepoints

savepoints

 英

  • 網(wǎng)絡(luò)存儲點;嵌套事務(wù)

例句

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

保存事務(wù)實現(xiàn)粒度原子性最佳方法

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

存儲過程內(nèi)部設(shè)置保存范圍限制存儲過程執(zhí)行

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

使用其他客戶機應(yīng)用程序可以IDS使用保存點只需保存語句直接發(fā)送給服務(wù)器

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

優(yōu)化機制支持多個事務(wù)保存

Savepoints are named markers within a database transaction.

保存數(shù)據(jù)庫事務(wù)指定標記

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

允許事務(wù)設(shè)置回滾釋放保存

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

使用SAVEPOINT語句設(shè)置保存點

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

可以IDS客戶機API任何語言編寫應(yīng)用程序使用保存

You probably won't need to use savepoints frequently.

或許不是經(jīng)常需要使用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存儲過程使用保存樣例代碼