Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.39 KB

File metadata and controls

45 lines (35 loc) · 1.39 KB
title setSavepoint Method () | 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 11013055-4fd3-45a9-b2da-28b2908dad52
author David-Engel
ms.author v-daenge

setSavepoint Method ()

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.sql.Savepoint setSavepoint()  

Return Value

A SavePoint object.

Exceptions

SQLServerException

Remarks

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

See Also

setSavepoint Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class