Class JdbcSavepoint

  • JdbcSavepoint is a JDBC Savepoint with documentation available at java.sql.Savepoint.

  • The getSavepointId() method returns the numeric ID of the savepoint as an Integer.

  • The getSavepointName() method returns the name of the savepoint as a String.

JdbcSavepoint

A JDBC Savepoint. For documentation of this class, see java.sql.Savepoint .

Methods

MethodReturn typeBrief description
getSavepointId() IntegerFor documentation of this method, see java.sql.Savepoint#getSavepointId().
getSavepointName() StringFor documentation of this method, see java.sql.Savepoint#getSavepointName().

Detailed documentation

getSavepointId()

For documentation of this method, see java.sql.Savepoint#getSavepointId().

Return

Integer — The numeric ID of this savepoint.


getSavepointName()

For documentation of this method, see java.sql.Savepoint#getSavepointName().

Return

String — The name of this savepoint.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年12月02日 UTC.