Class JdbcSavepoint Stay organized with collections Save and categorize content based on your preferences.
AI-generated Key Takeaways
JdbcSavepoint is a JDBC
Savepointwith documentation available atjava.sql.Savepoint.The
getSavepointId()method returns the numeric ID of the savepoint as anInteger.The
getSavepointName()method returns the name of the savepoint as aString.
A JDBCSavepoint. For documentation of this class, seejava.sql.Savepoint.
Methods
| Method | Return type | Brief description |
|---|---|---|
get | Integer | For documentation of this method, seejava.sql.Savepoint#getSavepointId(). |
get | String | For documentation of this method, seejava.sql.Savepoint#getSavepointName(). |
Detailed documentation
getSavepointId()
For documentation of this method, seejava.sql.Savepoint#getSavepointId().
Return
Integer — The numeric ID of this savepoint.
getSavepointName()
For documentation of this method, seejava.sql.Savepoint#getSavepointName().
Return
String — The name of this savepoint.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.