Java.Sql.IDatabaseMetaData.AutoCommitFailureClosesAllResultSets Method
Determine if a SQLException while autoCommit is true indicates that all open ResultSets are closed, even ones that are holdable

Syntax

[Android.Runtime.Register("autoCommitFailureClosesAllResultSets", "()Z", "GetAutoCommitFailureClosesAllResultSetsHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool AutoCommitFailureClosesAllResultSets ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif any error occurs

Remarks

Determine if a SQLException while autoCommit is true indicates that all open ResultSets are closed, even ones that are holdable

[Android Documentation]

Requirements

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