Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.45 KB

cancelrowupdates-method-sqlserverresultset.md

File metadata and controls

38 lines (28 loc) · 1.45 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
cancelRowUpdates Method (SQLServerResultSet)
cancelRowUpdates Method (SQLServerResultSet)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.cancelRowUpdates
Assembly

cancelRowUpdates Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Cancels the updates made to the current row in this SQLServerResultSet object.

Syntax

  
public void cancelRowUpdates()  

Exceptions

SQLServerException

Remarks

This cancelRowUpdates method is specified by the cancelRowUpdates method in the java.sql.ResultSet interface.

This method can be called after calling an updater method and before calling the updateRow method to roll back the updates that were made to a row. If no updates have been made or updateRow has already been called, this method has no effect.

See Also

SQLServerResultSet Members
SQLServerResultSet Class