Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DBatchUpdateException.java108 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()
DSQLWarning.java109 public SQLWarning(String reason, String SQLState, Throwable cause) { in SQLWarning()
120 public SQLWarning(String reason, String SQLState, int vendorCode, in SQLWarning()
DSQLException.java44 private String SQLState = null; field in SQLException