Java.Sql.IDatabaseMetaData.SupportsMultipleOpenResults Method
Determines whether it is possible for a single CallableStatement to return multiple ResultSets simultaneously.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Determines whether it is possible for a single CallableStatement to return multiple ResultSets simultaneously.

[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