Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.58 KB

File metadata and controls

35 lines (29 loc) · 1.58 KB
title setSavepoint 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.setSavepoint
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid c39c6b4f-b9e2-423b-94ae-9f82d9e6d08d
author David-Engel
ms.author v-daenge

setSavepoint Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it.

Overload List

Name Description
setSavepoint () Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it.
setSavepoint (java.lang.String) Creates a savepoint with the given name in the current transaction and returns the new SQLServerSavepoint object that represents it.

See Also

SQLServerConnection Members
SQLServerConnection Class