Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.53 KB

File metadata and controls

35 lines (29 loc) · 1.53 KB
title rollback 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.rollback
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid cda48c7e-9ce1-42c4-8fba-f6641cecb093
author David-Engel
ms.author v-daenge

rollback Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Undoes all changes made in the current transaction and releases any database locks currently held by this SQLServerConnection object.

Overload List

Name Description
rollback () Undoes all changes made in the current transaction and releases any database locks currently held by this SQLServerConnection object.
rollback (java.sql.Savepoint) Undoes all changes made after the given SQLServerSavepoint object was set.

See Also

SQLServerConnection Members
SQLServerConnection Class