Java.Sql.IDatabaseMetaData.UpdatesAreDetected Method
Determines whether the method ResultSet.rowUpdated can detect a visible row update for the specified ResultSet type.

Syntax

[Android.Runtime.Register("updatesAreDetected", "(I)Z", "GetUpdatesAreDetected_IHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool UpdatesAreDetected (int type)

Parameters

type
ResultSet type: ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Determines whether the method ResultSet.rowUpdated can detect a visible row update for the specified ResultSet type.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1