Java.Sql.IDatabaseMetaData.OthersUpdatesAreVisible Method
Determines whether updates made by others are visible, for a specified ResultSet type.

Syntax

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

Parameters

type
the type of the ResultSet. May be ResultSet.TYPE_FORWARD_ONLY, or 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 updates made by others are visible, for a 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