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