- JDBC 4.0 and Oracle JDeveloper for J2EE Development
- Deepak Vohra
- 82字
- 2021-08-25 18:08:44
Savepoint Interface
Savepoint
is a new interface in JDBC 3.0 specification. A Savepoint is a point within a transaction up to which the changes made in the transaction are rolled back, if the transaction is rolled back with the rollback()
method. All changes before the savepoint are implemented when a transaction is rolled back. A savepoint is set with the overloaded setSavepoint()
method:
Savepoint savepoint=connection.setSavepoint(); Savepoint savepoint=connection.setSavepoint("savepointName");
The getSavepointId()
method returns the savepoint id, and the getSavepointName()
method returns the savepoint name.
推薦閱讀
- MATLAB計算機視覺經典應用
- Object/Oriented Programming in ColdFusion
- CoffeeScript Application Development
- 3ds max & VRay產品造型設計經典
- InDesign平面設計案例教程:從設計到印刷
- Photoshop CC 服裝設計經典實例教程
- AutoCAD 2018中文版基礎教程
- Adobe創意大學Photoshop產品專家認證標準教材(CS6修訂版)
- Photoshop CS6從入門到精通
- 3ds Max/VRay印象燈光/材質/渲染技術精粹Ⅲ
- CakePHP Application Development
- After Effects 2023實訓教程
- 平面設計師實戰教程
- Oracle E/Business Suite R12 Supply Chain Management
- Joomla! 1.5 Top Extensions Cookbook