HomeSort by relevance Sort by last modified time
    Searched refs:getSQLException (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 42 assertNull(ce.getSQLException());
43 assertEquals(ce2.getSQLException(), ce.getSQLException());
47 assertNotNull(ce3.getSQLException());
48 assertNotSame(ce3.getSQLException(), ce2.getSQLException());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
StatementEventTest.java 50 assertEquals(e, st2.getSQLException());
75 * @tests {@link javax.sql.StatementEvent#getSQLException()}
78 assertNull(st.getSQLException());
103 if (null != iniSt.getSQLException()) {
104 assertEquals(iniSt.getSQLException().getMessage(), dserSt
105 .getSQLException().getMessage());
ConnectionEventTest.java 41 assertNull(ce.getSQLException());
54 assertNull(ce.getSQLException());
59 assertSame(e, ce.getSQLException());
98 SQLException initThr = ceInitial.getSQLException();
99 SQLException dserThr = ceDeser.getSQLException();
  /libcore/luni/src/main/java/javax/sql/
ConnectionEvent.java 71 public SQLException getSQLException() {
StatementEvent.java 78 public SQLException getSQLException() {
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 930 milliseconds