Java.Sql.BatchUpdateException Members

The members of Java.Sql.BatchUpdateException are listed below.

See Also: Inherited members from Java.Sql.SQLException

Public Constructors

Creates a default BatchUpdateException with the parameters reason, SQLState, and update counts set to null and the vendor code set to 0.
Creates an BatchUpdateException object.
Creates a BatchUpdateException with the updateCounts set to the supplied value.
Creates an BatchUpdateException object.
Creates a BatchUpdateException with the updateCounts and reason set to the supplied values.
Creates an BatchUpdateException object.
Creates a BatchUpdateException with the reason, SQLState and updateCounts set to the supplied values.
Creates a BatchUpdateException for the case where all relevant information is provided.
Creates an BatchUpdateException object.
Creates an BatchUpdateException object.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetUpdateCounts() : int[]
Gets the update count array giving status information for every command that was attempted in the batch.