| 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 |
[!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. |