Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.02 KB

File metadata and controls

39 lines (31 loc) · 1.02 KB
title isNamed 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.isNamed
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 66bcc445-9226-4419-b845-e0334875c80b
author David-Engel
ms.author v-daenge

isNamed Method (SQLServerSavepoint)

[!INCLUDEDriver_JDBC_Download]

Verifies if the savepoint has been named.

Syntax

  
public boolean isNamed()  

Return Value

true is the savepoint is named. Otherwise, false.

See Also

SQLServerSavepoint Methods
SQLServerSavepoint Members
SQLServerSavepoint Class