Java.Sql.IDatabaseMetaData.OwnInsertsAreVisible Method
Determines whether a ResultSet can see its own inserts, for a specified ResultSet type.

Syntax

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

Parameters

type
the type of the ResultSet: 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 a ResultSet can see its own inserts, 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