Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DBatchUpdateException.java55 public class BatchUpdateException extends SQLException { class
80 public BatchUpdateException( String reason, String SQLState, int vendorCode, in BatchUpdateException() method in BatchUpdateException
108 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() method in BatchUpdateException
135 public BatchUpdateException(String reason, int[] updateCounts) { in BatchUpdateException() method in BatchUpdateException
158 public BatchUpdateException(int[] updateCounts) { in BatchUpdateException() method in BatchUpdateException
173 public BatchUpdateException() { in BatchUpdateException() method in BatchUpdateException
191 public BatchUpdateException(Throwable cause) { in BatchUpdateException() method in BatchUpdateException
217 public BatchUpdateException(int []updateCounts , Throwable cause) { in BatchUpdateException() method in BatchUpdateException
241 public BatchUpdateException(String reason, int []updateCounts, Throwable cause) { in BatchUpdateException() method in BatchUpdateException
265 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() method in BatchUpdateException
[all …]