Home
last modified time | relevance | path

Searched defs:theSQLState (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLException.java80 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()
DSQLWarning.java59 public SQLWarning(String theReason, String theSQLState) { in SQLWarning()
76 public SQLWarning(String theReason, String theSQLState, int theErrorCode) { in SQLWarning()