Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.34 KB

File metadata and controls

44 lines (32 loc) · 1.34 KB
title rowUpdated Method (SQLServerResultSet)
description rowUpdated Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.rowUpdated
apitype Assembly

rowUpdated Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether the current row has been updated.

Syntax

  
public boolean rowUpdated()  

Return Value

true if both the row has been visibly updated by the owner or another user, and updates are detected. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

The value that is returned depends on whether or not the result set can detect updates.

Note

[!INCLUDEssNoVersion] does not detect updated rows for any cursor type.

See Also

SQLServerResultSet Members
SQLServerResultSet Class