Searched defs:theSQLState (Results 1 – 2 of 2) sorted by relevance
| /libcore/luni/src/main/java/java/sql/ |
| D | SQLException.java | 80 public SQLException(String theReason, String theSQLState) { in SQLException() 97 public SQLException(String theReason, String theSQLState, int theErrorCode) { in SQLException() 149 public SQLException(String theReason, String theSQLState, Throwable theCause) { in SQLException() 171 public SQLException(String theReason, String theSQLState, int theErrorCode, in SQLException()
|
| D | SQLWarning.java | 59 public SQLWarning(String theReason, String theSQLState) { in SQLWarning() 76 public SQLWarning(String theReason, String theSQLState, int theErrorCode) { in SQLWarning()
|