Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.47 KB

setsavepoint-method-sqlserverconnection.md

File metadata and controls

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