| Klasse java.sql.BatchUpdateException | 1.2 |
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--java.sql.BatchUpdateException
| Konstruktoren | |
|---|---|
| public | BatchUpdateException() |
| public | BatchUpdateException(int[] updateCounts) |
| public | BatchUpdateException(String reason, int[] updateCounts) |
| public | BatchUpdateException(String reason, String SQLState, int[] updateCounts) |
| public | BatchUpdateException(String reason, String SQLState, int vendorCode, int[] updateCounts) |
| Methoden | |
|---|---|
| public int[] | getUpdateCounts() ![]() |
![[1.3]](../../images/marg13.gif)