| title | setSavepoint 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 | c39c6b4f-b9e2-423b-94ae-9f82d9e6d08d | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it.
| 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. |