Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.29 KB

File metadata and controls

41 lines (31 loc) · 1.29 KB
title setSavepoint Method ()
description setSavepoint Method ()
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection.setSavepoint ()
apitype Assembly

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