Java.Sql.BatchUpdateException.GetUpdateCounts Method
Gets the update count array giving status information for every command that was attempted in the batch.

Syntax

[Android.Runtime.Register("getUpdateCounts", "()[I", "GetGetUpdateCountsHandler")]
public virtual int[] GetUpdateCounts ()

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the update count array giving status information for every command that was attempted in the batch.

If a batch update command fails and a BatchUpdateException is thrown, the JDBC driver may continue processing the remaining commands in the batch. If the driver does so, the array returned by BatchUpdateException.getUpdateCounts has an element for every command in the batch, not only those that executed successfully. In this case, the array element for any command which encountered a problem is set to Statement.EXECUTE_FAILED.

[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