Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.03 KB

File metadata and controls

39 lines (31 loc) · 1.03 KB
title getLabel Method (SQLServerSavepoint) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerSavepoint.getLabel
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ccc32b87-8451-46c8-a173-068d33374e57
author David-Engel
ms.author v-daenge

getLabel Method (SQLServerSavepoint)

[!INCLUDEDriver_JDBC_Download]

Gets the name of the savepoint label.

Syntax

  
public java.lang.String getLabel()  

Return Value

A String that contains the name of the savepoint label.

See Also

SQLServerSavepoint Methods
SQLServerSavepoint Members
SQLServerSavepoint Class