Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DSQLException.java97 public SQLException(String theReason, String theSQLState, int theErrorCode) { in SQLException()
171 public SQLException(String theReason, String theSQLState, int theErrorCode, in SQLException()
DSQLWarning.java76 public SQLWarning(String theReason, String theSQLState, int theErrorCode) { in SQLWarning()