Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.45 KB

File metadata and controls

49 lines (37 loc) · 1.45 KB
title releaseSavepoint Method (SQLServerConnection) | 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
SQLServerConnection.releaseSavepoint
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b6b625ea-c7ce-4a32-a9e0-6d2b4321bfd8
author David-Engel
ms.author v-daenge

releaseSavepoint Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Removes the given SQLServerSavepoint object from the current transaction.

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion].

Syntax

  
public void releaseSavepoint(java.sql.Savepoint savepoint)  

Parameters

savepoint

The SavePoint object to remove.

Exceptions

SQLServerException

Remarks

This releaseSavepoint method is specified by the releaseSavepoint method in the java.sql.Connection interface.

See Also

SQLServerConnection Members
SQLServerConnection Class