getSavepointName()
Syntax:
String getSavepointName() throws SQLException
Description:
Retrieves the name for the savepoint that this Savepoint
object represents.
Returns:
Type: String
the name of this savepoint
Throws:
SQLException - if this is an un-named savepoint
Reference:
For more information, reference JDBC documentation for: Savepoint.getSavepointName()