Class JdbcSavepoint

  • JdbcSavepoint is a JDBCSavepoint with documentation available atjava.sql.Savepoint.

  • ThegetSavepointId() method returns the numeric ID of the savepoint as anInteger.

  • ThegetSavepointName() method returns the name of the savepoint as aString.

JdbcSavepoint

A JDBCSavepoint. For documentation of this class, seejava.sql.Savepoint.

Methods

MethodReturn typeBrief description
getSavepointId()IntegerFor documentation of this method, seejava.sql.Savepoint#getSavepointId().
getSavepointName()StringFor 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.