Gets the ID of the savepoint.

public int getSavepointId()

Return Value

An integer value.

Exceptions

SQLServerException

Remarks

This getSavepointId method is specified by the getSavepointId method in the java.sql.Savepoint interface.

See Also