Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.47 KB

File metadata and controls

30 lines (24 loc) · 1.47 KB
title setSavepoint Method (SQLServerConnection)
description setSavepoint Method (SQLServerConnection)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection.setSavepoint
apitype Assembly

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