SQLServerSavepoint Methods

The following tables list the methods that are exposed by the SQLServerSavepoint class.

Methods

Name Description

getLabel

Gets the name of the savepoint label.

getSavepointId

Gets the ID of the savepoint.

getSavepointName

Gets the name of the savepoint.

isNamed

Verifies if the savepoint has been named.

Inherited Methods

Class inherited from: Methods

java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

See Also

Reference

SQLServerSavepoint Class

Concepts

SQLServerSavepoint Members