getSavepointId()
Syntax:
int getSavepointId()
                   throws SQLException
                                        Description:
Retrieves the generated ID for the savepoint that this Savepoint object represents.
Returns:
the numeric ID of this savepoint
Throws:
SQLException - if this is a named savepoint
Reference:
For more information, reference JDBC documentation for: Savepoint.getSavepointId()