--- title: "SQLServerSavepoint Members | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual ms.assetid: 3aef1550-3798-4095-bd1c-1a4be09804e8 author: David-Engel ms.author: v-daenge --- # SQLServerSavepoint Members [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] The following tables list the members that are exposed by the [SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md) class. ## Constructors |Name|Description| |----------|-----------------| |[SQLServerSavepoint (SQLServerConnection, java.lang.StringName)](../../../connect/jdbc/reference/sqlserversavepoint-constructor-sqlserverconnection-java-lang-stringname.md)|Initializes a new instance of the [SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md) class based on the given connection and name.| ## Fields None. ## Inherited Fields None. ## Methods |Name|Description| |----------|-----------------| |[getLabel](../../../connect/jdbc/reference/getlabel-method-sqlserversavepoint.md)|Gets the name of the savepoint label.| |[getSavepointId](../../../connect/jdbc/reference/getsavepointid-method-sqlserversavepoint.md)|Gets the ID of the savepoint.| |[getSavepointName](../../../connect/jdbc/reference/getsavepointname-method-sqlserversavepoint.md)|Gets the name of the savepoint.| |[isNamed](../../../connect/jdbc/reference/isnamed-method-sqlserversavepoint.md)|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 [SQLServerSavepoint Class](../../../connect/jdbc/reference/sqlserversavepoint-class.md)