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

Syntax

[Android.Runtime.Register("othersInsertsAreVisible", "(I)Z", "GetOthersInsertsAreVisible_IHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OthersInsertsAreVisible (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 inserts 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