Class JdbcSavepoint
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ज़्यादा जानकारी वाला दस्तावेज़
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eJdbcSavepoint\u003c/code\u003e is a JDBC wrapper for the standard \u003ccode\u003ejava.sql.Savepoint\u003c/code\u003e interface, used for transaction management.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two main methods: \u003ccode\u003egetSavepointId()\u003c/code\u003e to retrieve the savepoint's numeric ID, and \u003ccode\u003egetSavepointName()\u003c/code\u003e to retrieve its name.\u003c/p\u003e\n"],["\u003cp\u003eFull documentation and details for these methods are available in the official Java SE 6 API documentation for \u003ccode\u003ejava.sql.Savepoint\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Class JdbcSavepoint\n\nJdbcSavepoint\n\nA JDBC `Savepoint`. For documentation of this class, see [`java.sql.Savepoint\n`](https://docs.oracle.com/javase/6/docs/api/java/sql/Savepoint.html). \n\n### Methods\n\n| Method | Return type | Brief description |\n|-------------------------------------------|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [getSavepointId()](#getSavepointId()) | `Integer` | For documentation of this method, see [`java.sql.Savepoint#getSavepointId()`](https://docs.oracle.com/javase/6/docs/api/java/sql/Savepoint.html#getSavepointId()). |\n| [getSavepointName()](#getSavepointName()) | `String` | For documentation of this method, see [`java.sql.Savepoint#getSavepointName()`](https://docs.oracle.com/javase/6/docs/api/java/sql/Savepoint.html#getSavepointName()). |\n\nDetailed documentation\n----------------------\n\n### `get``Savepoint``Id()`\n\nFor documentation of this method, see [`java.sql.Savepoint#getSavepointId()`](https://docs.oracle.com/javase/6/docs/api/java/sql/Savepoint.html#getSavepointId()).\n\n#### Return\n\n\n`Integer` --- The numeric ID of this savepoint.\n\n*** ** * ** ***\n\n### `get``Savepoint``Name()`\n\nFor documentation of this method, see [`java.sql.Savepoint#getSavepointName()`](https://docs.oracle.com/javase/6/docs/api/java/sql/Savepoint.html#getSavepointName()).\n\n#### Return\n\n\n`String` --- The name of this savepoint."]]