IResultSet.RowUpdated Method

Definition

Retrieves whether the current row has been updated.

[Android.Runtime.Register("rowUpdated", "()Z", "GetRowUpdatedHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool RowUpdated ();
[<Android.Runtime.Register("rowUpdated", "()Z", "GetRowUpdatedHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RowUpdated : unit -> bool

Returns

true if the current row is detected to have been visibly updated by the owner or another; false otherwise

Attributes

Exceptions

if a database error happens.

Remarks

Retrieves whether the current row has been updated. The value returned depends on whether or not the result set can detect updates.

<strong>Note:</strong> Support for the rowUpdated method is optional with a result set concurrency of CONCUR_READ_ONLY

Added in 1.2.

Java documentation for java.sql.ResultSet.rowUpdated().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to