The members of Java.Sql.BatchUpdateException are listed below.
See Also: Inherited members from Java.Sql.SQLException
| 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. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetUpdateCounts()Gets the update count array giving status information for every command that was attempted in the batch. | ||