Searched refs:BatchUpdateException (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DBatchUpdateException.java25 * A {@code BatchUpdateException} provides additional information about the
33 * Once a batch update command fails and a {@code BatchUpdateException} is
36 * array returned by {@code BatchUpdateException.getUpdateCounts} has an element
41 public class BatchUpdateException extends SQLException implements Serializable { class in inherits:SQLException,Serializable
48 * Creates a default {@code BatchUpdateException} with the parameters
52 public BatchUpdateException() { method in class:BatchUpdateException
56 * Creates an BatchUpdateException object. The reason is set to
64 public BatchUpdateException(Throwable cause) { method in class:BatchUpdateException
69 * Creates an BatchUpdateException object. The Reason string is set to the
78 public BatchUpdateException(in method in class:BatchUpdateException
92 public BatchUpdateException(String reason, int[] updateCounts, method in class:BatchUpdateException
108 public BatchUpdateException(String reason, String SQLState, method in class:BatchUpdateException
124 public BatchUpdateException(String reason, String SQLState, int vendorCode, method in class:BatchUpdateException
140 public BatchUpdateException(int[] updateCounts) { method in class:BatchUpdateException
157 public BatchUpdateException(String reason, int[] updateCounts) { method in class:BatchUpdateException
177 public BatchUpdateException(String reason, String SQLState, method in class:BatchUpdateException
199 public BatchUpdateException(String reason, String SQLState, int vendorCode, method in class:BatchUpdateException
[all...]
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldStatementTest.java19 import java.sql.BatchUpdateException;
666 } catch (BatchUpdateException e) {
695 } catch (BatchUpdateException bue) {

Completed in 92 milliseconds