Searched refs:BatchUpdateException (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | BatchUpdateException.java | 55 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 …]
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | BatchUpdateExceptionTest.java | 23 import java.sql.BatchUpdateException; 36 BatchUpdateException exception = new BatchUpdateException(reason, updateCounts, cause); in testConstructor()
|
D | OldStatementTest.java | 19 import java.sql.BatchUpdateException; 666 } catch (BatchUpdateException e) { in testExecuteBatch() 695 } catch (BatchUpdateException bue) { in testExecuteBatch()
|
/libcore/api/ |
D | current.txt | 9630 public class BatchUpdateException extends java.sql.SQLException { 9631 ctor public BatchUpdateException(String, String, int, int[]); 9632 ctor public BatchUpdateException(String, String, int[]); 9633 ctor public BatchUpdateException(String, int[]); 9634 ctor public BatchUpdateException(int[]); 9635 ctor public BatchUpdateException(); 9636 ctor public BatchUpdateException(Throwable); 9637 ctor public BatchUpdateException(int[], Throwable); 9638 ctor public BatchUpdateException(String, int[], Throwable); 9639 ctor public BatchUpdateException(String, String, int[], Throwable); [all …]
|
/libcore/ |
D | openjdk_java_files.bp | 739 "ojluni/src/main/java/java/sql/BatchUpdateException.java",
|
D | EXPECTED_UPSTREAM | 728 …jluni/src/main/java/java/sql/BatchUpdateException.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/jav…
|