Java.Sql.ResultSet.HoldCursorsOverCommit Field
A constant used to indicate that a ResultSet object must not be closed when the method Connection.commit is invoked.

Value: 1

Syntax

[Android.Runtime.Register("HOLD_CURSORS_OVER_COMMIT")]
public const int HoldCursorsOverCommit

Remarks

A constant used to indicate that a ResultSet object must not be closed when the method Connection.commit is invoked.

[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