Home
last modified time | relevance | path

Searched defs:BatchUpdateException (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DBatchUpdateException.java41 public class BatchUpdateException extends SQLException implements Serializable { class
52 public BatchUpdateException() { in BatchUpdateException() method in BatchUpdateException
64 public BatchUpdateException(Throwable cause) { in BatchUpdateException() method in BatchUpdateException
78 public BatchUpdateException(int[] updateCounts, Throwable cause) { in BatchUpdateException() method in BatchUpdateException
92 public BatchUpdateException(String reason, int[] updateCounts, in BatchUpdateException() method in BatchUpdateException
108 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() method in BatchUpdateException
124 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException() method in BatchUpdateException
140 public BatchUpdateException(int[] updateCounts) { in BatchUpdateException() method in BatchUpdateException
157 public BatchUpdateException(String reason, int[] updateCounts) { in BatchUpdateException() method in BatchUpdateException
177 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() method in BatchUpdateException
[all …]