Searched defs:SQLState (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/java/sql/ |
D | BatchUpdateException.java | 108 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() 124 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException() 177 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() 199 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException()
|
D | SQLWarning.java | 109 public SQLWarning(String reason, String SQLState, Throwable cause) { in SQLWarning() 120 public SQLWarning(String reason, String SQLState, int vendorCode, in SQLWarning()
|
D | SQLException.java | 44 private String SQLState = null; field in SQLException
|