| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | cda48c7e-9ce1-42c4-8fba-f6641cecb093 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Undoes all changes made in the current transaction and releases any database locks currently held by this SQLServerConnection object.
| 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. |