Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.41 KB

rollback-method-sqlserverconnection.md

File metadata and controls

30 lines (24 loc) · 1.41 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
rollback Method (SQLServerConnection)
rollback Method (SQLServerConnection)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnection.rollback
Assembly

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