Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.46 KB

File metadata and controls

49 lines (37 loc) · 1.46 KB
title rowUpdated Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.rowUpdated
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 29303550-294e-4d43-b892-312b42e21271
author David-Engel
ms.author v-daenge

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